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 agent any
stages { stages {
stage('Checkout SCM') {
steps {
checkout scm
}
}
stage('Build image') { stage('Build image') {
steps { steps {
sh '/usr/bin/env' sh '/usr/bin/env'