Files
zuul-jobs/roles/upload-npm
James E. Blair 328b6836c7 Disable recursive git clone for upload-npm
This is not necessary, so disable it to avoid potential problems.

Change-Id: I11a1db2981a5b4dc9dea163c3ed909e1258bcb30
2025-07-09 09:42:23 -07:00
..

Upload javascript packages to npm

Role Variables

Complex argument which contains the information about the npm server as well as the authentication information needed. It is expected that this argument comes from a Secret. This role expects to be run on the executor.

Username to use to log in to npm.

Password to use to log in to npm.

An auth token (issued from the npm server) to authenticate with. This is required if you are using two-factor authentication. If specifying an authToken you should not specify `username and password.

Email associated with the npm account.

npm author name.

npm author url.

npm author email.