Zaktualizuj 'Docker/Jenkinsfile'
This commit is contained in:
parent
9e9db312c4
commit
a80fa5f961
10
Docker/Jenkinsfile
vendored
10
Docker/Jenkinsfile
vendored
@ -10,10 +10,12 @@ node {
|
||||
app = docker.build("sparafinski/ium", "./Docker/")
|
||||
}
|
||||
|
||||
stage('Test image') {
|
||||
app.inside {
|
||||
|
||||
sh 'echo "Tests passed"'
|
||||
stage('Split set into dev/train/test') {
|
||||
app.inside {
|
||||
|
||||
sh 'pwd'
|
||||
sh 'cd ./dataset'
|
||||
sh 'python3 ./script.py'
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user