update jenkinsfile

This commit is contained in:
Maciej Czajka 2022-04-01 14:04:13 +02:00
parent 7b6000f9d4
commit ca2d3c0e3c

View File

@ -1,13 +1,11 @@
pipeline {
agent {
docker { image 'maciejczajka/ium:v1' }
dockerfile true
}
stages {
stage('Test') {
steps {
sh 'docker run -ti maciejczajka/ium:v1'
sh './download.sh'
sh 'python3 ./Zajecia_2/main.py'
}
}
}