Zaktualizuj 'Jenkinsfile'

This commit is contained in:
Tomasz Burewicz 2020-04-03 09:37:59 +00:00
parent eeec483d51
commit f7d5795d5e

5
Jenkinsfile vendored
View File

@ -1,5 +1,8 @@
pipeline {
agent any
agent any
options {
skipDefaultCheckout true
}
stages {
stage('Checkout') {
steps {