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 53852a4 commit 74557efCopy full SHA for 74557ef
Jenkinsfile
@@ -44,7 +44,7 @@ pipeline {
44
45
script {
46
if (params.linkDocs) {
47
- sh "python add_old_links.py $major_version $minor_version"
+ sh "python3 add_old_links.py $major_version $minor_version"
48
}
49
50
0 commit comments