change Jenkinsfile

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

3
Jenkinsfile vendored
View File

@ -1,8 +1,5 @@
pipeline {
agent {
agent { dockerfile true }
}
stages {
stage('Build') {