Jenkinsfile
This commit is contained in:
parent
7220799220
commit
0436e0976a
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
@ -35,6 +35,7 @@ pipeline {
|
||||
}
|
||||
stage("Dara Preparation") {
|
||||
steps {
|
||||
docker ps
|
||||
sh 'echo "PREPARATION"'
|
||||
sh "chmod u+x ./preparation.sh"
|
||||
sh "./preparation.sh"
|
||||
|
Loading…
Reference in New Issue
Block a user