stats fixes
This commit is contained in:
parent
c1b7825305
commit
c9b575549c
@ -10,7 +10,7 @@ pipeline {
|
||||
stages {
|
||||
stage('Copy artifacts') {
|
||||
steps {
|
||||
copyArtifacts filter: 'heart_2020_test.csv, heart_2020_train.csv, heart_2020_sorted.csv', fingerprintArtifacts: true, projectName: 's444465-create-dataset', selector: BUILD_SELECTOR
|
||||
copyArtifacts filter: 'heart_2020_test.csv, heart_2020_train.csv, heart_2020_sorted.csv', fingerprintArtifacts: true, projectName: 's444465-create-dataset', selector: buildParameter('BUILD_SELECTOR')
|
||||
}
|
||||
}
|
||||
stage("Git clone"){
|
||||
@ -20,6 +20,7 @@ pipeline {
|
||||
}
|
||||
stage("sh: Shell Script") {
|
||||
steps {
|
||||
sh "chmod 777 dataset_stats.sh"
|
||||
sh "./dataset_stats.sh | tee stats.txt"
|
||||
archiveArtifacts artifacts: "stats.txt", onlyIfSuccessful: true
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user