Zaktualizuj 'Docker/Jenkinsfile'
This commit is contained in:
parent
9965b0a1c3
commit
4630664995
2
Docker/Jenkinsfile
vendored
2
Docker/Jenkinsfile
vendored
@ -17,12 +17,10 @@ pipeline {
|
|||||||
|
|
||||||
stage('Split set into dev/train/test') {
|
stage('Split set into dev/train/test') {
|
||||||
steps {
|
steps {
|
||||||
app.inside {
|
|
||||||
sh 'ls -la'
|
sh 'ls -la'
|
||||||
sh 'python3 ./Docker/script.py'
|
sh 'python3 ./Docker/script.py'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user