6beb13b667
This patch clears the previous npm cleanup steps, and then uses the npmjs module installed on the release slave to manage the nodejs install. It installs node 0.12.7 and pm version 2.11.3. It also updates the .npmrc file for our jenkins user, forcing each `npm version` command to sign the generated version git tag (sign-git-tag), and override the npm default version prefix ('v') to openstack's (''). Change-Id: Id4bd49329db25d62a06a57b665945dc351450198
13 lines
362 B
Plaintext
13 lines
362 B
Plaintext
<%
|
|
require 'base64'
|
|
%>
|
|
init.author.name=<%= jenkins_gitfullname %>
|
|
init.author.email=<%= jenkins_gitemail %>
|
|
init.author.url=<%= npm_userurl %>
|
|
tag-version-prefix=
|
|
sign-git-tag=true
|
|
|
|
//registry.npmjs.org/:username=<%= npm_username %>
|
|
//registry.npmjs.org/:_password=<%= Base64.encode64(npm_userpassword) %>
|
|
//registry.npmjs.org/:email=<%= jenkins_gitemail %>
|