count lines
This commit is contained in:
parent
7e5c14a74b
commit
4ce0d21aac
5
Jenkinsfile
vendored
5
Jenkinsfile
vendored
@ -11,5 +11,10 @@ pipeline {
|
|||||||
copyArtifacts filter: 'wikiniews_results.tsv', fingerprintArtifacts: true, projectName: 'ASR-eval', selector: lastSuccessful(), target: './'
|
copyArtifacts filter: 'wikiniews_results.tsv', fingerprintArtifacts: true, projectName: 'ASR-eval', selector: lastSuccessful(), target: './'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
stage('count lines') {
|
||||||
|
steps {
|
||||||
|
sh './cl.sh'
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user