Skip to content

Commit 643b0f1

Browse files
committed
cleanup
1 parent 8aa4327 commit 643b0f1

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Jenkinsfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -121,10 +121,7 @@ axes.values().combinations {
121121
sh "launchable verify && launchable subset --session ${session} --target ${target} --get-tests-from-previous-sessions --output-exclusion-rules maven >${excludesFile}"
122122
} else {
123123
excludesFile = "${tmpDir}\\excludes.txt"
124-
bat 'cd'
125124
bat 'python -m pip --no-cache-dir install launchable=="1.121.2"'
126-
bat 'launchable verify || rem KO'
127-
bat 'timeout /t 1200'
128125
bat "launchable verify && launchable subset --session ${session} --target ${target}% --get-tests-from-previous-sessions --output-exclusion-rules maven >${excludesFile}"
129126
}
130127
}

0 commit comments

Comments
 (0)