Jenkinsfile

This commit is contained in:
ulaniuk 2022-04-03 20:37:54 +02:00
parent 7220799220
commit 0436e0976a

1
Jenkinsfile vendored
View File

@ -35,6 +35,7 @@ pipeline {
}
stage("Dara Preparation") {
steps {
docker ps
sh 'echo "PREPARATION"'
sh "chmod u+x ./preparation.sh"
sh "./preparation.sh"