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