Skip to content

Commit

Permalink
[#375] update build version
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-semenets committed Sep 27, 2018
1 parent 39621c5 commit ee19b1b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deploy/ci-infra.Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ node {
result = build job: params.DeployLegionJobName, propagate: true, wait: true, parameters: [
[$class: 'GitParameterValue', name: 'GitBranch', value: params.GitBranch],
string(name: 'Profile', value: params.Profile),
string(name: 'LegionVersion', value: "latest"),
string(name: 'LegionVersion', value: "0.8.0-20180921010650.440.a4d63d2"),
string(name: 'TestsTags', value: "core,k8s,aws"),
booleanParam(name: 'DeployLegion', value: true),
booleanParam(name: 'CreateJenkinsTests', value: true),
Expand All @@ -33,7 +33,7 @@ node {
result = build job: params.DeployLegionEnclaveJobName, propagate: true, wait: true, parameters: [
[$class: 'GitParameterValue', name: 'GitBranch', value: params.GitBranch],
string(name: 'Profile', value: params.Profile),
string(name: 'LegionVersion', value: "latest"),
string(name: 'LegionVersion', value: "0.8.0-20180921010650.440.a4d63d2"),
string(name: 'EnclaveName', value: 'enclave-ci')
]
}
Expand Down

0 comments on commit ee19b1b

Please sign in to comment.