diff --git a/Jenkinsfile b/Jenkinsfile index f9686fe5a..5d464df8b 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,4 +1,4 @@ -Jenkinsfile (Declarative Pipeline) +//Jenkinsfile (Declarative Pipeline) /* Requires the Docker Pipeline plugin */ pipeline { agent { docker { image 'python:3.11.4-alpine3.18' } }