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