lines
This commit is contained in:
parent
8a9e206d29
commit
4283e2b207
12
Jenkinsfile
vendored
12
Jenkinsfile
vendored
@ -1,11 +1,19 @@
|
||||
pipeline {
|
||||
agent any
|
||||
stages {
|
||||
stage('CopyArtifacts') {
|
||||
stages
|
||||
{
|
||||
stage('CopyArtifacts')
|
||||
{
|
||||
steps {
|
||||
copyArtifacts fingerprintArtifacts: true, projectName: 'ASR-eval', selector: lastSuccessful()
|
||||
archiveArtifacts 'wikiniews_results.tsv'
|
||||
}
|
||||
}
|
||||
stage('Shell Script')
|
||||
{
|
||||
steps {
|
||||
sh label:"", script:"bash ./lines.sh"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user