Zaktualizuj 'Jenkinsfile'

This commit is contained in:
Klaudia Kandulska 2020-12-03 14:03:29 +01:00
parent 121ba75445
commit 1c1b03a3c9

2
Jenkinsfile vendored
View File

@ -1,5 +1,5 @@
pipeline {
agent { docker { image 'python:3.5.1' } }
agent { docker { image 'python:3.0.0' } }
stages {
stage('build') {
steps {