Skip to content

Commit

Permalink
chore(ci): try to fix jenkins
Browse files Browse the repository at this point in the history
  • Loading branch information
menski committed Oct 22, 2020
1 parent 6a03b67 commit 542d072
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .ci/pipelines/release_zeebe.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -119,18 +119,18 @@ spec:

stage('Update Compat Version') {
steps {
container('golang') {
sshagent(['camunda-jenkins-github-ssh']) {
sh '.ci/scripts/release/compat-update-go.sh'
}
}
container('maven') {
sshagent(['camunda-jenkins-github-ssh']) {
configFileProvider([configFile(fileId: 'maven-nexus-settings-zeebe', variable: 'MAVEN_SETTINGS_XML')]) {
sh '.ci/scripts/release/compat-update-java.sh'
}
}
}
container('golang') {
sshagent(['camunda-jenkins-github-ssh']) {
sh '.ci/scripts/release/compat-update-go.sh'
}
}
}
}

Expand Down

0 comments on commit 542d072

Please sign in to comment.