Merge "Change 'sandbox' user to 'workshop'"
authorThanh Ha <thanh.ha@linuxfoundation.org>
Sat, 7 Apr 2018 14:49:19 +0000 (14:49 +0000)
committerGerrit Code Review <gerrit@linuxfoundation.org>
Sat, 7 Apr 2018 14:49:19 +0000 (14:49 +0000)
1  2 
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);
  }