This commit is contained in:
Mikołaj Pokrywka 2022-03-27 21:53:18 +02:00
parent f7f5e2e8d2
commit e266ae9e53

2
Jenkinsfile vendored
View File

@ -18,6 +18,7 @@ pipeline {
name: 'CUTOFF',
trim: false
)
}
stages {
stage('checkout: Check out from version control') {
steps {
@ -32,4 +33,5 @@ pipeline {
}
}
}
}
}