From b723dbf88a6024e789db140a48259976e7a2828b Mon Sep 17 00:00:00 2001 From: Roberto Cirillo Date: Wed, 26 Oct 2022 10:44:32 +0200 Subject: [PATCH] fix syntax --- Jenkinsfile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 371b205..31772ec 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,4 +1,4 @@ -#!groovy​ +#!groovy import org.yaml.snakeyaml.Yaml // set the build options according to the Type of build @@ -128,8 +128,6 @@ pipeline { booleanParam(name: 'ContinuousDeployment', defaultValue: false, description: 'If true, the gCubeDeployer pipeline is triggered') - - } } //see https://jenkins.io/doc/book/pipeline/syntax/#stages