Jenkins scripted multibranch pipeline

This commit is contained in:
Dominik Chilla 2019-06-14 21:47:47 +02:00
parent 216407e3ab
commit d5d2bc2263

4
Jenkinsfile vendored
View File

@ -1,10 +1,10 @@
node {
def app
stage('Clone repository') {
/* stage('Clone repository') {
sh '/usr/bin/env'
checkout scm
}
}*/
stage('Build image') {
sh '/usr/bin/env'