missed jenkinsfile save
This commit is contained in:
parent
59113a5424
commit
97a1fc9a28
4
data/Jenkinsfile
vendored
4
data/Jenkinsfile
vendored
@ -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') {
|
||||
|
Loading…
Reference in New Issue
Block a user