Zaktualizuj 'Docker/Jenkinsfile'

This commit is contained in:
Szymon Parafiński 2022-03-30 10:29:21 +02:00
parent b7b23d5a85
commit b887def902

7
Docker/Jenkinsfile vendored
View File

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