Zaktualizuj 'Docker/Jenkinsfile'

This commit is contained in:
Szymon Parafiński 2022-03-30 09:38:17 +02:00
parent 9e9db312c4
commit a80fa5f961

10
Docker/Jenkinsfile vendored
View File

@ -10,10 +10,12 @@ node {
app = docker.build("sparafinski/ium", "./Docker/")
}
stage('Test image') {
app.inside {
sh 'echo "Tests passed"'
stage('Split set into dev/train/test') {
app.inside {
sh 'pwd'
sh 'cd ./dataset'
sh 'python3 ./script.py'
}
}
}