diff --git a/Jenkinsfile b/Jenkinsfile index b5db940..151f154 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,3 +1,5 @@ +// This is a single-line comment +println "Hello Groovy" pipeline { agent any