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

Skip to content

Commit 797b725

Browse files
authored
Update Jenkinsfile
1 parent 10ad507 commit 797b725

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Jenkinsfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ node {
2727
archiveArtifacts artifacts: 'output/*.txt', excludes: 'output/*.md'
2828
}
2929
stage('Test') {
30-
//
30+
sh " echo https://github.com/lzjun567/python_scripts | python 02_find_all_links.py >testlog.log"
31+
sh "diff testlog.log reflog.log"
3132
}
3233
stage('Deploy') {
3334
//

0 commit comments

Comments
 (0)