We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 319f9d2 commit 43a3443Copy full SHA for 43a3443
Jenkinsfile
@@ -12,7 +12,7 @@ node {
12
13
14
15
- sh "pwd"
+ sh "python -version"
16
17
18
// Write an useful file, which is needed to be archived.
@@ -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