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 43a3443 commit 6dbc8dcCopy full SHA for 6dbc8dc
Jenkinsfile
@@ -27,8 +27,8 @@ 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"
31
- # sh "diff testlog.log reflog.log"
+ // sh " echo https://github.com/lzjun567/python_scripts | python 02_find_all_links.py >testlog.log"
+ // sh "diff testlog.log reflog.log"
32
33
stage('Deploy') {
34
//
0 commit comments