Zaktualizuj 'Jenkinsfile'

This commit is contained in:
Monika Janocha 2020-04-03 13:39:19 +00:00
parent 9d2bd98e8c
commit 15763b34dc
1 changed files with 5 additions and 0 deletions

5
Jenkinsfile vendored
View File

@ -4,6 +4,11 @@ pipeline {
stage('Stage 1') {
steps {
echo 'Hello world!'
echo 'Trigger Check'
checkout([$class: 'GitSCM', branches: [[name: '*/master']],
doGenerateSubmoduleConfigurations: false, extensions: [],
submoduleCfg: [], userRemoteConfigs: [[url:
'https://git.wmi.amu.edu.pl/s416239/s416239-mlworkshops.git']]])
}
}
}