3.1 fix
This commit is contained in:
parent
46c95e1abd
commit
fee589984f
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -18,6 +18,7 @@ pipeline {
|
||||
}
|
||||
stage('sh: Shell Script') {
|
||||
steps {
|
||||
script {
|
||||
def image = docker.build('dock')
|
||||
image.inside{
|
||||
sh 'chmod +x preparations.sh'
|
||||
@ -26,6 +27,7 @@ pipeline {
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
stage('archiveArtifacts'){
|
||||
steps{
|
||||
archiveArtifacts 'data.dev'
|
||||
|
Loading…
Reference in New Issue
Block a user