Zaktualizuj 'Docker/Jenkinsfile'

This commit is contained in:
Szymon Parafiński 2022-03-30 10:37:13 +02:00
parent 8e4833b7da
commit 698ace03da

5
Docker/Jenkinsfile vendored
View File

@ -12,10 +12,7 @@ node {
stage('Split set into dev/train/test') {
app.inside {
sh 'ls -la'
sh 'cd ./Docker'
sh 'ls -la'
sh 'python3 ./script.py'
sh 'python3 ./Docker/script.py'
}
}
}