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

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