Added 'cat' call to Jenkinsfile
This commit is contained in:
parent
1b9c7e9369
commit
faf9acdca8
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
@ -4,4 +4,5 @@ node {
|
|||||||
sh label: '', script: './script.sh'
|
sh label: '', script: './script.sh'
|
||||||
archiveArtifacts 'output'
|
archiveArtifacts 'output'
|
||||||
sh 'ls -l'
|
sh 'ls -l'
|
||||||
|
sh 'cat output'
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user