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

40 lines
807 B
ReStructuredText

Upload javascript packages to npm
**Role Variables**
.. zuul:rolevar:: npm_credentials
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.
.. zuul:rolevar:: username
Username to use to log in to npm.
.. zuul:rolevar:: password
Password to use to log in to npm.
.. zuul:rolevar:: email
Email associated with the npm account.
.. zuul:rolevar:: author_name
npm author name.
.. zuul:rolevar:: author_url
npm author url.
.. zuul:rolevar:: author_email
npm author email.
.. zuul:rolevar:: registry_url
:default: //registry.npmjs.org
URL of npm registry server.