This commit is contained in:
VSAzima 2021-04-23 12:37:04 +04:00
parent 62263937c6
commit 1b42cf9a76

5
Jenkinsfile vendored
View file

@ -31,6 +31,11 @@ pipeline {
}
}
}
stage('checkout') {
steps {
checkout scm
}
}
stage('push') {
steps {
script {