v2
This commit is contained in:
parent
6e76af774f
commit
89054185aa
17
Jenkinsfile
vendored
17
Jenkinsfile
vendored
@ -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']);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
Loading…
Reference in New Issue
Block a user