Zaktualizuj 'Jenkinsfile'

This commit is contained in:
Monika Janocha 2020-04-21 12:46:12 +00:00
parent 61c7da58e1
commit 917e9cf75f
1 changed files with 0 additions and 1 deletions

1
Jenkinsfile vendored
View File

@ -4,7 +4,6 @@ pipeline {
stage('Stage 1') {
steps {
echo 'Hello world!'
echo 'Trigger Check'
checkout([$class: 'GitSCM', branches: [[name: '*/master']],
doGenerateSubmoduleConfigurations: false, extensions: [], gitTool:'Default',
submoduleCfg: [], userRemoteConfigs: [[url: