Added 'cat' call to Jenkinsfile

This commit is contained in:
Kacper Kurzeja 2019-04-26 11:18:37 +02:00
parent 1b9c7e9369
commit faf9acdca8

1
Jenkinsfile vendored
View File

@ -4,4 +4,5 @@ node {
sh label: '', script: './script.sh'
archiveArtifacts 'output'
sh 'ls -l'
sh 'cat output'
}