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