This commit is contained in:
Kuba Kowalczyk 2019-04-26 10:57:37 +02:00
parent 018dc28a9d
commit badc7ea708

2
Jenkinsfile vendored
View File

@ -4,5 +4,5 @@ node {
sh label: '', script: 'chmod 777 counter.sh'
sh label: '', script: 'ls -la'
sh label: '', script: './counter.sh'
sh label: '', script: 'echo output'
sh label: '', script: 'cat output '
}