This commit is contained in:
Tomasz Łysiak 2019-04-26 11:03:46 +02:00
parent 1304d20719
commit b94bbc1cfc

1
Jenkinsfile vendored
View File

@ -6,7 +6,6 @@ pipeline {
script { script {
step ([$class: 'CopyArtifact', step ([$class: 'CopyArtifact',
projectName: 'ASR-eval', projectName: 'ASR-eval',
filter: "packages/infra*.zip",
target: 'Infra']); target: 'Infra']);
} }
} }