diff --git a/Jenkinsfile b/Jenkinsfile index adacf56..f475a34 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,5 +1,3 @@ -Jenkinsfile (Declarative Pipeline) - /* Requires the Docker Pipeline plugin */ pipeline { agent { docker { image 'python:3.14.6-alpine3.24' } }