Add Jenkins file for stats
This commit is contained in:
parent
901cc48da2
commit
3e7832b459
@ -6,7 +6,7 @@ pipeline {
|
||||
stages {
|
||||
stage("Clone repo & print stats"){
|
||||
steps {
|
||||
copyArtifacts fingerprintArtifacts: true, projectName: 's434704-create-dataset', selector: ${params.BUILD_SELECTOR}
|
||||
copyArtifacts fingerprintArtifacts: true, projectName: 's434704-create-dataset', selector: "${params.BUILD_SELECTOR}"
|
||||
sh "chmod 777 ./count_files_lines.sh"
|
||||
sh "./count_files_lines.sh"
|
||||
archiveArtifacts "stats.txt"
|
||||
|
Loading…
Reference in New Issue
Block a user