zuul-jobs/roles/upload-npm/README.rst
Sean McGinnis fb6c63eac2 Update upload-npm credentials secret
This job was using npm_info as the name for the credentials
secrets, but it is actually named npm_credentials. Updating
all references to use the correct variable name.

Change-Id: I2959ec788ffa39e32e66caf3a3a16c2441636a51
2017-11-22 09:49:19 -06:00

807 B

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.

Email associated with the npm account.

npm author name.

npm author url.

npm author email.