test
This commit is contained in:
parent
018dc28a9d
commit
badc7ea708
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -4,5 +4,5 @@ node {
|
|||||||
sh label: '', script: 'chmod 777 counter.sh'
|
sh label: '', script: 'chmod 777 counter.sh'
|
||||||
sh label: '', script: 'ls -la'
|
sh label: '', script: 'ls -la'
|
||||||
sh label: '', script: './counter.sh'
|
sh label: '', script: './counter.sh'
|
||||||
sh label: '', script: 'echo output'
|
sh label: '', script: 'cat output '
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user