This commit is contained in:
Tomasz Łysiak 2019-04-26 10:58:50 +02:00
parent 6e76af774f
commit 89054185aa

17
Jenkinsfile vendored
View File

@ -1,12 +1,5 @@
stages {
stage('Copy Archive') {
steps {
script {
step ([$class: 'CopyArtifact',
projectName: 'ASR-eval',
filter: "packages/infra*.zip",
target: 'Infra']);
}
}
}
}
pipeline {
steps {
copyArtifacts(projectName: 'ASR-eval');
}
}