File tree Expand file tree Collapse file tree 2 files changed +9
-6
lines changed Expand file tree Collapse file tree 2 files changed +9
-6
lines changed Original file line number Diff line number Diff line change 1
1
#! groovy
2
2
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(
4
4
github(credentialsId : ' evernym-github-machine-user' , repoOwner : ' evernym' , repository : ' jenkins-shared' )
5
5
)). com. evernym. pipeline
6
6
@@ -12,6 +12,7 @@ pipelineWrapper({
12
12
13
13
// put code build containers inside a vpc under our dev account
14
14
env. USE_VPC_CONFIG = true
15
+ env. SOVRIN_REPO_HOST = ' 192.168.11.115'
15
16
16
17
nodeWrapper {
17
18
def osname = ' xenial'
@@ -130,10 +131,12 @@ pipelineWrapper({
130
131
131
132
if (env. BRANCH_NAME == ' stable' ) {
132
133
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
+ }
137
140
}
138
141
}
139
142
}
Original file line number Diff line number Diff line change 1
1
#! groovy
2
2
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(
4
4
github(credentialsId : ' evernym-github-machine-user' , repoOwner : ' evernym' , repository : ' jenkins-shared' )
5
5
)). com. evernym. pipeline
6
6
You can’t perform that action at this time.
0 commit comments