diff --git a/Jenkinsfile-stats b/Jenkinsfile-stats index dccb097..41383c5 100644 --- a/Jenkinsfile-stats +++ b/Jenkinsfile-stats @@ -16,4 +16,10 @@ stage('Preparation') { copyArtifacts fingerprintArtifacts: true, projectName: 's487182-create-dataset', selector: buildParameter('BUILD_SELECTOR') archiveArtifacts artifacts: 'waterQuality.csv, output.txt' } -} \ No newline at end of file + + stage('sh: Shell Script') { + sh 'python3 dataset_stats.py >> output.txt' + archiveArtifacts artifacts: 'output.txt' + } +} +