Add running dataStats.sh file in second Stage

This commit is contained in:
s487179 2023-04-15 14:18:43 +02:00
parent f37aa7c3c5
commit 59b310dbc8
2 changed files with 5 additions and 0 deletions

View File

@ -14,6 +14,7 @@ pipeline {
copyArtifacts(
projectName: 'z-s487179-create-dataset',
selector: buildParameter('BUILD_SELECTOR')
target: 'datsetStats/'
)
}
}
@ -21,6 +22,9 @@ pipeline {
stage('Run sh file') {
steps {
sh 'ls -l'
dir('./datasetStats') {
sh "./datasetStats.sh"
}
}
}
}

View File

@ -0,0 +1 @@
wc -l loan_sanction_shuffled.csv