Skip to content
Snippets Groups Projects
Commit aff1eb3e authored by frtabu's avatar frtabu
Browse files

Add TESTPLATFORM variable in jenkins file

parent 4e68e798
No related branches found
No related tags found
No related merge requests found
......@@ -57,6 +57,7 @@ pipeline {
echo '\u2705 \u001B[32mVerify Parameters\u001B[0m'
def allParametersPresent = true
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