jenkinsfile modified
This commit is contained in:
parent
2f32f635d0
commit
c2d22c106b
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -12,12 +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