We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0e36a5 commit c1b9b85Copy full SHA for c1b9b85
1 file changed
Jenkinsfile
@@ -10,7 +10,7 @@ node {
10
library("ods-jenkins-shared-library@${odsGitRef}")
11
12
odsComponentPipeline(
13
- imageStreamTag: "${odsNamespace}/jenkins-slave-maven:${odsImageTag}",
+ imageStreamTag: "${odsNamespace}/jenkins-agent-maven:${odsImageTag}",
14
branchToEnvironmentMapping: [
15
'*': 'dev',
16
"${odsGitRef}" : 'test'
0 commit comments