Jenkins declarative pipeline

This commit is contained in:
Dominik Chilla 2019-06-13 20:34:24 +02:00
parent acbd3bfb5d
commit dd696f43ad

View File

@ -4,7 +4,9 @@ pipeline {
stages { stages {
stage('Checkout SCM') { stage('Checkout SCM') {
checkout scm steps {
checkout scm
}
} }
stage('Build image') { stage('Build image') {