change Jenkinsfile

This commit is contained in:
Stanislaw-Golebiewski 2019-11-25 13:54:35 +01:00
parent e4f74a02da
commit 411b1ea482

5
Jenkinsfile vendored
View File

@ -1,9 +1,6 @@
pipeline {
agent {
agent { dockerfile true }
}
agent { dockerfile true }
stages {
stage('Build') {
steps {