test 3
This commit is contained in:
parent
8375a35257
commit
662ae6dee7
4
zad8/Jenkinsfile
vendored
4
zad8/Jenkinsfile
vendored
@ -14,8 +14,8 @@ pipeline {
|
|||||||
}
|
}
|
||||||
stage('sh: Shell Script') {
|
stage('sh: Shell Script') {
|
||||||
steps {
|
steps {
|
||||||
sh 'chmod +x zad8.sh'
|
sh 'chmod +x zad8/zad8.sh'
|
||||||
sh './zad8.sh'
|
sh 'zad8/zad8.sh'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('test_save') {
|
stage('test_save') {
|
||||||
|
Loading…
Reference in New Issue
Block a user