Skip to content

Commit

Permalink
Don't refer to JENKINS_KEY on z/OS (adoptium#4530)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mesbah-Alam committed Apr 25, 2023
1 parent cf9245d commit 4c168e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildenv/jenkins/JenkinsfileBase
Original file line number Diff line number Diff line change
Expand Up @@ -899,7 +899,7 @@ def testExecution() {
} else {
buildTest()
}
if( env.BUILD_LIST.startsWith('jck')) {
if(env.BUILD_LIST.startsWith('jck') && !env.SPEC.startsWith('zos')) {
sshagent(credentials:["${params.JENKINS_KEY}"], ignoreMissing: true) {
runTest()
}
Expand Down

0 comments on commit 4c168e5

Please sign in to comment.