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