force Jenkins file to change

This commit is contained in:
Stanislaw-Golebiewski 2019-11-25 13:51:22 +01:00
parent e5399f5ec7
commit e4f74a02da

1
Jenkinsfile vendored
View File

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