From 6f312acdc46c4ef14534b0120bd16aabe62653cd Mon Sep 17 00:00:00 2001 From: Roberto Cirillo Date: Wed, 2 Nov 2022 12:55:40 +0100 Subject: [PATCH] fix expression syntax --- .idea/misc.xml | 6 ++++++ .idea/vcs.xml | 6 ++++++ .project | 11 +++++++++++ Jenkinsfile | 2 +- 4 files changed, 24 insertions(+), 1 deletion(-) create mode 100644 .idea/misc.xml create mode 100644 .idea/vcs.xml create mode 100644 .project diff --git a/.idea/misc.xml b/.idea/misc.xml new file mode 100644 index 0000000..31602d7 --- /dev/null +++ b/.idea/misc.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..94a25f7 --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/.project b/.project new file mode 100644 index 0000000..a626b1e --- /dev/null +++ b/.project @@ -0,0 +1,11 @@ + + + gCubeBuilder + + + + + + + + diff --git a/Jenkinsfile b/Jenkinsfile index 31772ec..db0d0eb 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -248,7 +248,7 @@ pipeline { } stage('Deploy components') { when { - expression { params.ContinuousDeployment == 'true' } + expression { params.ContinuousDeployment.toBoolean() } } steps { script {