Update 'Jenkinsfile-Docker'

This commit is contained in:
Wojciech Mikołajski 2023-04-19 19:22:30 +02:00
parent 3d7edf0923
commit 50816232c7

View File

@ -5,5 +5,5 @@ node {
sh 'ls -l'
}
sh 'python3 create_dataset.py > output.txt'
sh 'docker run test-image'
}