Zaktualizuj 'Jenkinsfile'

This commit is contained in:
Jędrzej Furmann 2020-04-03 15:31:32 +00:00
parent 768e452a08
commit f39d9dbd50

2
Jenkinsfile vendored
View File

@ -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 {