This commit is contained in:
Kuba Kowalczyk 2019-04-26 10:56:49 +02:00
parent 66c2a23ac5
commit 018dc28a9d

1
Jenkinsfile vendored
View File

@ -4,4 +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'
}