Skip to content

Commit 8282f87

Browse files
committed
both linux & windows
1 parent 643b0f1 commit 8282f87

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Jenkinsfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ axes.values().combinations {
118118
withCredentials([string(credentialsId: 'launchable-jenkins-jenkins', variable: 'LAUNCHABLE_TOKEN')]) {
119119
if (isUnix()) {
120120
excludesFile = "${tmpDir}/excludes.txt"
121+
sh 'python -m pip --no-cache-dir install launchable=="1.121.2"'
121122
sh "launchable verify && launchable subset --session ${session} --target ${target} --get-tests-from-previous-sessions --output-exclusion-rules maven >${excludesFile}"
122123
} else {
123124
excludesFile = "${tmpDir}\\excludes.txt"

0 commit comments

Comments
 (0)