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 643b0f1 commit 8282f87Copy full SHA for 8282f87
Jenkinsfile
@@ -118,6 +118,7 @@ axes.values().combinations {
118
withCredentials([string(credentialsId: 'launchable-jenkins-jenkins', variable: 'LAUNCHABLE_TOKEN')]) {
119
if (isUnix()) {
120
excludesFile = "${tmpDir}/excludes.txt"
121
+ sh 'python -m pip --no-cache-dir install launchable=="1.121.2"'
122
sh "launchable verify && launchable subset --session ${session} --target ${target} --get-tests-from-previous-sessions --output-exclusion-rules maven >${excludesFile}"
123
} else {
124
excludesFile = "${tmpDir}\\excludes.txt"
0 commit comments