Zaktualizuj 'Docker/Jenkinsfile'
This commit is contained in:
parent
8e4833b7da
commit
698ace03da
5
Docker/Jenkinsfile
vendored
5
Docker/Jenkinsfile
vendored
@ -12,10 +12,7 @@ node {
|
|||||||
|
|
||||||
stage('Split set into dev/train/test') {
|
stage('Split set into dev/train/test') {
|
||||||
app.inside {
|
app.inside {
|
||||||
sh 'ls -la'
|
sh 'python3 ./Docker/script.py'
|
||||||
sh 'cd ./Docker'
|
|
||||||
sh 'ls -la'
|
|
||||||
sh 'python3 ./script.py'
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user