Update 'Jenkinsfile-Docker'
This commit is contained in:
parent
c1d525dd55
commit
751b20ae7b
@ -19,6 +19,7 @@ pipeline {
|
||||
stage('Run command in Docker container') {
|
||||
steps {
|
||||
script {
|
||||
sh "ls -l"
|
||||
sh "docker run -v ${env.WORKSPACE}/artifacts:/app/artifacts wujt89 python3 create_dataset.py"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user