This commit is contained in:
Filip Gralinski 2023-10-24 14:27:12 +02:00
parent bba1d047d1
commit 5d3f7ee413

2
Jenkinsfile vendored
View File

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