Add running dataStats.sh file in second Stage
This commit is contained in:
parent
f37aa7c3c5
commit
59b310dbc8
4
datasetStats/Jenkinsfile
vendored
4
datasetStats/Jenkinsfile
vendored
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -0,0 +1 @@
|
||||
wc -l loan_sanction_shuffled.csv
|
Loading…
Reference in New Issue
Block a user