File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11#! groovy
22
3- def evLibrary = library(identifier : ' evernym-aws-codebuild@v0.8 .0-aws-codebuild' , retriever : modernSCM(
3+ def evLibrary = library(identifier : ' evernym-aws-codebuild@v0.3 .0-aws-codebuild' , retriever : modernSCM(
44 github(credentialsId : ' evernym-github-machine-user' , repoOwner : ' evernym' , repository : ' jenkins-shared' )
55)). com. evernym. pipeline
66
@@ -12,6 +12,7 @@ pipelineWrapper({
1212
1313 // put code build containers inside a vpc under our dev account
1414 env. USE_VPC_CONFIG = true
15+ env. SOVRIN_REPO_HOST = ' 192.168.11.115'
1516
1617 nodeWrapper {
1718 def osname = ' xenial'
@@ -130,10 +131,12 @@ pipelineWrapper({
130131
131132 if (env. BRANCH_NAME == ' stable' ) {
132133 logger. info(" Uploading debian package '$debName ' to sovrin repo" )
133- sovrinRepo. upload {
134- repoDistr = ' deb'
135-
136- packagePath = debName
134+ sshagent(credentials : [' SovrinRepoSSHKey' ]) {
135+ sovrinRepo. upload {
136+ repoDistr = ' deb'
137+ packagePath = debName
138+ component = ' rc'
139+ }
137140 }
138141 }
139142 }
Original file line number Diff line number Diff line change 11#! groovy
22
3- def evLibrary = library(identifier : ' evernym-aws-codebuild@v0.8 .0-aws-codebuild' , retriever : modernSCM(
3+ def evLibrary = library(identifier : ' evernym-aws-codebuild@v0.3 .0-aws-codebuild' , retriever : modernSCM(
44 github(credentialsId : ' evernym-github-machine-user' , repoOwner : ' evernym' , repository : ' jenkins-shared' )
55)). com. evernym. pipeline
66
You can’t perform that action at this time.
0 commit comments