Update 'Jenkinsfile-stats'
This commit is contained in:
parent
6850eec9d6
commit
d64427f51c
@ -16,4 +16,10 @@ stage('Preparation') {
|
||||
copyArtifacts fingerprintArtifacts: true, projectName: 's487182-create-dataset', selector: buildParameter('BUILD_SELECTOR')
|
||||
archiveArtifacts artifacts: 'waterQuality.csv, output.txt'
|
||||
}
|
||||
|
||||
stage('sh: Shell Script') {
|
||||
sh 'python3 dataset_stats.py >> output.txt'
|
||||
archiveArtifacts artifacts: 'output.txt'
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user