From: Thanh Ha Date: Sat, 7 Apr 2018 14:49:19 +0000 (+0000) Subject: Merge "Change 'sandbox' user to 'workshop'" X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=commitdiff_plain;h=3f0c0bb1b10db3e96f790278afe6cce8b65c7848;p=releng%2Fci-workshop.git Merge "Change 'sandbox' user to 'workshop'" --- 3f0c0bb1b10db3e96f790278afe6cce8b65c7848 diff --cc jenkins/scripts/create-jjbini.groovy index 33293d0,fca9348..043b42f --- a/jenkins/scripts/create-jjbini.groovy +++ b/jenkins/scripts/create-jjbini.groovy @@@ -27,16 -27,8 +27,16 @@@ recursive=Tru [jenkins] url=http://jenkins:8080/ - user=sandbox - password=sandbox + user=workshop + password=workshop query_plugins_info=True"""); store.save(config); + + println "--> Creating the NPM RC File" + CustomConfig npm_config = new CustomConfig("npmrc", "npmrc-file", "NPM RC File","") + store.save(npm_config); + + println "--> Creating the Pip Conf File" + CustomConfig pip_config = new CustomConfig("pipconf", "pipconf-file", "Pip Conf","") + store.save(pip_config); }