copyArtifacts fix (Jenkinsfile)
This commit is contained in:
parent
0ad62dec49
commit
f4f8d96291
12
Jenkinsfile
vendored
12
Jenkinsfile
vendored
@ -6,15 +6,11 @@ pipeline {
|
||||
echo 'Hello world!'
|
||||
}
|
||||
}
|
||||
stage('Copy Archive') {
|
||||
|
||||
stage('Stage 2') {
|
||||
steps {
|
||||
script {
|
||||
step ([$class: 'CopyArtifact',
|
||||
projectName: 'Create_archive',
|
||||
filter: "packages/infra*.zip",
|
||||
target: 'Infra']);
|
||||
}
|
||||
copyArtifacts filter: '*', fingerprintArtifacts: true, projectName: 'ASR-eval', selector: lastSuccessful(), target: 'ASR-eval/'
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user