Update 'Jenkinsfile-Docker'

This commit is contained in:
Wojciech Mikołajski 2023-04-19 18:55:25 +02:00
parent c1d525dd55
commit 751b20ae7b

View File

@ -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"
}
}