Update 'Jenkinsfile-Docker'

This commit is contained in:
Wojciech Mikołajski 2023-04-19 19:45:01 +02:00
parent 0e4dd63b59
commit 9e3bc83b74

View File

@ -5,6 +5,6 @@ node {
testImage.inside {
sh 'ls -l'
sh 'python3 create_dataset.py'
}
sh 'docker run test-image'
}