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 8b3bbbb commit c3e2841Copy full SHA for c3e2841
Jenkinsfile
@@ -431,7 +431,7 @@ def generateStepForWindows(Map v = [:]){
431
deleteDir()
432
unstash 'source'
433
dir("${BASE_DIR}"){
434
- installTools([ [tool: "python${majorVersion}", version: "${env.VERSION}" ] ])
+ installTools([ [tool: "python${majorVersion}", version: "${env.VERSION}", exclude: 'rc'] ])
435
bat(label: 'Install tools', script: '.\\scripts\\install-tools.bat')
436
bat(label: 'Run tests', script: '.\\scripts\\run-tests.bat')
437
}
0 commit comments