Update Jenkinsfile

This commit is contained in:
s464903 2024-03-20 13:37:53 +01:00
parent a7dfaca65a
commit 67489a1bf9
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -43,7 +43,7 @@ pipeline {
// Krok: Wywołanie skryptu shella
script {
sh 'chmod +x data_processing_script.sh' // Nadaj uprawnienia do wykonania skryptu
sh './data_processing_script.sh' // Wykonaj skrypt
sh './data_processing_script.sh --CUTOFF 10' // Wykonaj skrypt
}
}
}