Skip to content

Commit

Permalink
Update Jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
mdrahman-suse authored Jun 9, 2023
1 parent 6261e9c commit 6f2439e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/acceptance/scripts/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ node {
job_name = job_names[job_names.size() - 1]
}
def testContainer = "${job_name}${env.BUILD_NUMBER}_test"
def imageName = "rke2-tf-${job_name}${env.BUILD_NUMBER}"
def imageName = "rke2-test-${job_name}${env.BUILD_NUMBER}"
def envFile = ".env"
def branch = "master"
if ("${env.BRANCH}" != "null" && "${env.BRANCH}" != "") {
Expand Down

0 comments on commit 6f2439e

Please sign in to comment.