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