Zaktualizuj 'Jenkinsfile'
This commit is contained in:
parent
768e452a08
commit
f39d9dbd50
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -4,7 +4,7 @@ pipeline {
|
||||
stage('Checkout') {
|
||||
steps {
|
||||
checkout([$class: 'GitSCM', branches: [[name: '*/master']], doGenerateSubmoduleConfigurations: false, extensions: [], submoduleCfg: [], userRemoteConfigs: [[url: 'https://git.wmi.amu.edu.pl/s416226/s416226-plots']]])
|
||||
}
|
||||
}
|
||||
}
|
||||
stage('Copy artifacts'){
|
||||
steps {
|
||||
|
Loading…
Reference in New Issue
Block a user