This commit is contained in:
Zuzanna Ric 2019-04-26 12:53:03 +02:00
parent ea4e206d83
commit 8972818cba

5
Jenkinsfile vendored
View File

@ -3,8 +3,9 @@ pipeline {
stages { stages {
stage('Stage 1') { stage('Stage 1') {
steps { steps {
copyArtifacts fingerprintArtifacts: true, projectName: copyArtifacts fingerprintArtifacts: true, projectName: 'ASR-eval', selector: lastSuccessful()
'ASR-eval', selector: lastSuccessful() checkout([$class: 'GitSCM', branches: [[name: '*/master']], doGenerateSubmoduleConfigurations: false, extensions: [], submoduleCfg: [], userRemoteConfigs: [[credentialsId: '8cdbf19a-e62d-4807-9112-bc7a8d225074', url: 'https://git.wmi.amu.edu.pl/s407604/s407604-mlworkshops2.git']]])
} }
} }
} }