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

3
Jenkinsfile vendored
View File

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