This commit is contained in:
Filip Gralinski 2023-10-24 14:23:27 +02:00
parent ec945119fa
commit c10c045e73

2
Jenkinsfile vendored
View File

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