fix4
This commit is contained in:
parent
b683993dfc
commit
ef87550846
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -27,7 +27,7 @@ pipeline {
|
|||||||
// 5. Zapisanie zbioru danych [4 pkt] + 7. Parametry zadania [1 pkt]
|
// 5. Zapisanie zbioru danych [4 pkt] + 7. Parametry zadania [1 pkt]
|
||||||
stage('sh: Shell Script') {
|
stage('sh: Shell Script') {
|
||||||
steps {
|
steps {
|
||||||
sh 'chmod +x test.sh'
|
sh 'chmod +x test_jenkins.sh'
|
||||||
sh './test_jenkins.sh ${CUTOFF}'
|
sh './test_jenkins.sh ${CUTOFF}'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user