Update 'Jenkinsfile-Docker'

This commit is contained in:
Wojciech Mikołajski 2023-06-17 20:31:33 +02:00
parent 11768a9460
commit 01cf30b898

View File

@ -11,7 +11,7 @@ stages {
stage('Create Dataset') { stage('Create Dataset') {
steps { steps {
sh 'ls -l' sh 'ls -l'
sh 'docker run wujt python3 create_dataset.py 89' sh 'docker run ./APP wujt python3 create_dataset.py 89'
archiveArtifacts artifacts: 'waterQuality.csv' archiveArtifacts artifacts: 'waterQuality.csv'
} }
} }