Skip to content

Commit 43a3443

Browse files
authored
Update Jenkinsfile
1 parent 319f9d2 commit 43a3443

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Jenkinsfile

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ node {
1212

1313

1414

15-
sh "pwd"
15+
sh "python -version"
1616

1717

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

0 commit comments

Comments
 (0)