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') {
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'