Zaktualizuj 'Docker/Jenkinsfile'

This commit is contained in:
Szymon Parafiński 2022-03-30 10:34:15 +02:00
parent d7ecb5db4d
commit 8e4833b7da

2
Docker/Jenkinsfile vendored
View File

@ -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'
} }