This commit is contained in:
Dominik 2021-04-08 19:03:44 +02:00
parent b683993dfc
commit ef87550846

2
Jenkinsfile vendored
View File

@ -27,7 +27,7 @@ pipeline {
// 5. Zapisanie zbioru danych [4 pkt] + 7. Parametry zadania [1 pkt]
stage('sh: Shell Script') {
steps {
sh 'chmod +x test.sh'
sh 'chmod +x test_jenkins.sh'
sh './test_jenkins.sh ${CUTOFF}'
}
}