This commit is contained in:
Maciej 2021-03-28 23:12:16 +02:00
parent 7966adad94
commit 85bd3e5fc5

3
Jenkinsfile vendored
View File

@ -1,5 +1,7 @@
pipeline {
agent any
stages {
stage('Preparation') {
properties([
parameters([
@ -17,7 +19,6 @@ pipeline {
])
])
}
stages {
stage('checkout: Check out from version control') {
steps {
git branch: 'master',