missed jenkinsfile save

This commit is contained in:
Filip Izydorczyk 2021-05-25 18:53:22 +02:00
parent 59113a5424
commit 97a1fc9a28

4
data/Jenkinsfile vendored
View File

@ -10,8 +10,8 @@ pipeline {
}
stage('sh: Shell Script') {
steps {
sh 'chmod +x data.sh'
sh './data.sh'
sh 'chmod +x ./data/data.sh'
sh './data/data.sh'
}
}
stage('archiveArtifacts') {