We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10ad507 commit 797b725Copy full SHA for 797b725
Jenkinsfile
@@ -27,7 +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"
32
33
stage('Deploy') {
34
//
0 commit comments