This commit is contained in:
Filip Gralinski 2023-10-24 14:26:23 +02:00
parent 247f0d3df2
commit bba1d047d1

1
Jenkinsfile vendored
View File

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