guy
This commit is contained in:
parent
208f3bc9f4
commit
8c77a253d6
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
@ -3,8 +3,7 @@ pipeline {
|
||||
stages {
|
||||
stage('checkout: Check out from version control') {
|
||||
steps {
|
||||
git branch: 'master',
|
||||
url: 'https://git.wmi.amu.edu.pl/s426274/s426274-mlworkshops.git'
|
||||
checkout([$class: 'GitSCM', branches: [[name: '*/master']], doGenerateSubmoduleConfigurations: false, extensions: [], submoduleCfg: [], userRemoteConfigs: [[url: 'https://git.wmi.amu.edu.pl/s426274/s426274-mlworkshops']]])
|
||||
}
|
||||
}
|
||||
stage('Copy Archive') {
|
||||
|
Loading…
Reference in New Issue
Block a user