Zaktualizuj 'Docker/Jenkinsfile'

This commit is contained in:
Szymon Parafiński 2022-03-30 12:48:14 +02:00
parent 9965b0a1c3
commit 4630664995

2
Docker/Jenkinsfile vendored
View File

@ -17,10 +17,8 @@ pipeline {
stage('Split set into dev/train/test') { stage('Split set into dev/train/test') {
steps { steps {
app.inside {
sh 'ls -la' sh 'ls -la'
sh 'python3 ./Docker/script.py' sh 'python3 ./Docker/script.py'
}
} }
} }