jenkinsfile modified
This commit is contained in:
parent
ca9f5520f7
commit
2f32f635d0
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
@ -12,6 +12,12 @@ pipeline {
|
||||
steps {
|
||||
echo 'Hello World'
|
||||
}
|
||||
|
||||
stage('Copy artifacts'){
|
||||
steps{
|
||||
copyArtifacts filter: 'wikinews_results.txt', fingerprintArtifacts: true, projectName: 'ASR-eval', selector: lastSuccessful()
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user