Update 'Jenkinsfile'

This commit is contained in:
Kacper Dudzic 2022-04-02 16:50:16 +02:00
parent 54d8c3ac19
commit 8e3bb3ec54

3
Jenkinsfile vendored
View File

@ -2,7 +2,6 @@ pipeline {
agent { agent {
dockerfile true dockerfile true
} }
}
stages { stages {
stage('Stage 1') { stage('Stage 1') {
steps { steps {
@ -14,4 +13,4 @@ pipeline {
} }
} }
} }
} }