Jenkins declarative pipeline

This commit is contained in:
Dominik Chilla 2019-06-13 20:56:47 +02:00
parent 1c584584dc
commit 468a168118

View File

@ -8,12 +8,6 @@ pipeline {
agent any
stages {
stage('Checkout SCM') {
steps {
checkout scm
}
}
stage('Build image') {
steps {
sh '/usr/bin/env'