copy artifacts
This commit is contained in:
parent
d799ecfde2
commit
2d99863b89
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -1,9 +1,9 @@
|
|||||||
pipeline {
|
pipeline {
|
||||||
agent any
|
agent any
|
||||||
stages {
|
stages {
|
||||||
stage('Stage 1') {
|
stage('ASR-eval copy artifacts') {
|
||||||
steps {
|
steps {
|
||||||
echo 'Hello world!'
|
copyArtifacts filter: '*', fingerprintArtifacts: true, projectName: 'ASR-eval', selector: lastSuccessful()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user