Thanks to visit codestin.com Credit goes to github.com
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 0caae0f commit b2b98d1Copy full SHA for b2b98d1
Jenkinsfile
@@ -12,7 +12,7 @@ node {
12
13
14
15
- sh "python -version"
+ sh "/usr/bin/python -version"
16
17
18
// Write an useful file, which is needed to be archived.
@@ -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 | /usr/bin/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