This commit is contained in:
Filip Gralinski 2023-10-24 14:23:27 +02:00
parent ec945119fa
commit c10c045e73
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

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