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

CI: proper pipeline fix?

parent c6228968
Branches develop
Tags 2019.w36
No related merge requests found
......@@ -57,8 +57,8 @@ pipeline {
echo '\u2705 \u001B[32mVerify Parameters\u001B[0m'
def allParametersPresent = true
if (${TESTPLATFORM_OWNER} != null) {
echo "Platform is ${TESTPLATFORM_OWNER}"
if (env.TESTPLATFORM_OWNER) {
echo "Platform is ${env.TESTPLATFORM_OWNER}"
}
if (params.RedHatRemoteServer == null) {
......
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