Update 'Jenkinsfile-Docker'
This commit is contained in:
parent
a2968655bd
commit
30c7b814a9
@ -2,7 +2,8 @@ node {
|
||||
checkout scm
|
||||
def testImage = docker.build("test-image")
|
||||
testImage.inside {
|
||||
sh 'python3 create_dataset.py > output.txt'
|
||||
|
||||
sh 'ls -l'
|
||||
}
|
||||
sh 'python3 create_dataset.py > output.txt'
|
||||
}
|
Loading…
Reference in New Issue
Block a user