This commit is contained in:
Jakub Henyk 2023-03-28 12:52:50 +02:00
parent d5d04e72a2
commit 486832724f

3
Jenkinsfile vendored
View File

@ -19,8 +19,7 @@ pipeline {
}
}
stage('Run Script') {
steps {
chmod 777 './take_data.sh'
steps {
sh './take_data.sh'
}