Update Jenkinsfile
This commit is contained in:
parent
087d13434a
commit
682e34ca8f
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -40,10 +40,12 @@ pipeline {
|
||||
}
|
||||
stage('Execute Shell Script') {
|
||||
steps {
|
||||
withEnv(["CUTOFF=${params.CUTOFF}" ]) {
|
||||
// Krok: Wywołanie skryptu shella
|
||||
script {
|
||||
sh 'chmod +x data_processing_script.sh' // Nadaj uprawnienia do wykonania skryptu
|
||||
sh './data_processing_script.sh --CUTOFF 10' // Wykonaj skrypt
|
||||
sh './data_processing_script.sh $CUTOFF' // Wykonaj skrypt
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user