This commit is contained in:
Jakub Henyk 2023-03-28 12:55:12 +02:00
parent 486832724f
commit 3dbba1c9c0

1
Jenkinsfile vendored
View File

@ -20,6 +20,7 @@ pipeline {
}
stage('Run Script') {
steps {
sh "chmod +x -R ${env.WORKSPACE}"
sh './take_data.sh'
}