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') {
|
stage('sh: Shell Script') {
|
||||||
steps {
|
steps {
|
||||||
|
script {
|
||||||
def image = docker.build('dock')
|
def image = docker.build('dock')
|
||||||
image.inside{
|
image.inside{
|
||||||
sh 'chmod +x preparations.sh'
|
sh 'chmod +x preparations.sh'
|
||||||
@ -26,6 +27,7 @@ pipeline {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
stage('archiveArtifacts'){
|
stage('archiveArtifacts'){
|
||||||
steps{
|
steps{
|
||||||
archiveArtifacts 'data.dev'
|
archiveArtifacts 'data.dev'
|
||||||
|
Loading…
Reference in New Issue
Block a user