Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b2b98d1

Browse files
authored
Update Jenkinsfile
1 parent 0caae0f commit b2b98d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Jenkinsfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ node {
1212

1313

1414

15-
sh "python -version"
15+
sh "/usr/bin/python -version"
1616

1717

1818
// Write an useful file, which is needed to be archived.
@@ -27,7 +27,7 @@ node {
2727
archiveArtifacts artifacts: 'output/*.txt', excludes: 'output/*.md'
2828
}
2929
stage('Test') {
30-
// sh " echo https://github.com/lzjun567/python_scripts | /usr/bin/python 02_find_all_links.py >testlog.log"
30+
// sh " echo https://github.com/lzjun567/python_scripts | /usr/bin/python 02_find_all_links.py >testlog.log"
3131
// sh "diff testlog.log reflog.log"
3232
}
3333
stage('Deploy') {

0 commit comments

Comments
 (0)