Commit edb74831 authored by Raphael Defosseux's avatar Raphael Defosseux

CI: proper pipeline fix?

Signed-off-by: default avatarRaphael Defosseux <raphael.defosseux@eurecom.fr>
parent c6228968
...@@ -57,8 +57,8 @@ pipeline { ...@@ -57,8 +57,8 @@ pipeline {
echo '\u2705 \u001B[32mVerify Parameters\u001B[0m' echo '\u2705 \u001B[32mVerify Parameters\u001B[0m'
def allParametersPresent = true def allParametersPresent = true
if (${TESTPLATFORM_OWNER} != null) { if (env.TESTPLATFORM_OWNER) {
echo "Platform is ${TESTPLATFORM_OWNER}" echo "Platform is ${env.TESTPLATFORM_OWNER}"
} }
if (params.RedHatRemoteServer == null) { if (params.RedHatRemoteServer == null) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment