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 {