Update 'Jenkinsfile-Docker'
This commit is contained in:
parent
11768a9460
commit
01cf30b898
@ -11,7 +11,7 @@ stages {
|
||||
stage('Create Dataset') {
|
||||
steps {
|
||||
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'
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user