Zaktualizuj 'Docker/Jenkinsfile'
This commit is contained in:
parent
b7b23d5a85
commit
b887def902
7
Docker/Jenkinsfile
vendored
7
Docker/Jenkinsfile
vendored
@ -12,11 +12,10 @@ node {
|
|||||||
|
|
||||||
stage('Split set into dev/train/test') {
|
stage('Split set into dev/train/test') {
|
||||||
app.inside {
|
app.inside {
|
||||||
|
sh 'git clean -f'
|
||||||
sh 'echo "Raz dwa trzy"'
|
|
||||||
sh 'pwd'
|
|
||||||
sh 'ls -la'
|
sh 'ls -la'
|
||||||
|
sh 'cd Docker'
|
||||||
|
sh 'python3 ./script.py'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user