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 {
dockerfile true
}
}
stages {
stage('Stage 1') {
steps {
@ -14,4 +13,4 @@ pipeline {
}
}
}
}
}