We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6dbc8dc commit 3a18643Copy full SHA for 3a18643
Jenkinsfile
@@ -27,7 +27,7 @@ node {
27
archiveArtifacts artifacts: 'output/*.txt', excludes: 'output/*.md'
28
}
29
stage('Test') {
30
- // sh " echo https://github.com/lzjun567/python_scripts | python 02_find_all_links.py >testlog.log"
+ // sh " echo https://github.com/lzjun567/python_scripts | /usr/bin/python 02_find_all_links.py >testlog.log"
31
// sh "diff testlog.log reflog.log"
32
33
stage('Deploy') {
0 commit comments