This commit is contained in:
2024-07-22 18:13:01 +02:00
parent 8d2c1e9b65
commit 7fbdcc2ab7

2
Jenkinsfile vendored
View File

@@ -1,7 +1,7 @@
pipeline { pipeline {
agent { agent {
docker { docker {
image `python:slim` image "python:slim"
} }
} }