Skip to content
Snippets Groups Projects
Commit c6228968 authored by Raphael Defosseux's avatar Raphael Defosseux
Browse files

CI: fix in pipeline

parent e8801412
No related branches found
No related tags found
No related merge requests found
......@@ -57,7 +57,9 @@ pipeline {
echo '\u2705 \u001B[32mVerify Parameters\u001B[0m'
def allParametersPresent = true
echo "Platform is ${TESTPLATFORM_OWNER}"
if (${TESTPLATFORM_OWNER} != null) {
echo "Platform is ${TESTPLATFORM_OWNER}"
}
if (params.RedHatRemoteServer == null) {
allParametersPresent = false
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment