This commit is contained in:
Maciej 2021-04-12 00:54:11 +02:00
parent 46c95e1abd
commit fee589984f

2
Jenkinsfile vendored
View File

@ -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'