Skip to content

Commit

Permalink
Revert "temporary change value of TARGET_DOCKER_TEST_IMAGE to centos 7"
Browse files Browse the repository at this point in the history
This reverts commit b9d9793.
  • Loading branch information
sfc-gh-erojaslizano committed May 7, 2024
1 parent b9d9793 commit 30b70ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ timestamps {
string(name: 'branch', value: 'main'),
string(name: 'client_git_commit', value: scmInfo.GIT_COMMIT),
string(name: 'client_git_branch', value: scmInfo.GIT_BRANCH),
string(name: 'TARGET_DOCKER_TEST_IMAGE', value: 'dotnet-centos7-net6'),
string(name: 'TARGET_DOCKER_TEST_IMAGE', value: 'dotnet-ubuntu204-net8'),
string(name: 'parent_job', value: env.JOB_NAME),
string(name: 'parent_build_number', value: env.BUILD_NUMBER)
]
Expand Down

0 comments on commit 30b70ad

Please sign in to comment.