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

Skip to content

Commit 6dbc8dc

Browse files
authored
Update Jenkinsfile
1 parent 43a3443 commit 6dbc8dc

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
@@ -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)