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 { pipeline {
stage('Copy Archive') { steps {
steps { copyArtifacts(projectName: 'ASR-eval');
script { }
step ([$class: 'CopyArtifact', }
projectName: 'ASR-eval',
filter: "packages/infra*.zip",
target: 'Infra']);
}
}
}
}