Fixed typo/regression that was introduced in a previous commit.

Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
This commit is contained in:
Konstantina Chremmou 2017-03-10 17:09:44 +00:00
parent daa4d981b5
commit cdb8c5eed0

2
Jenkinsfile vendored
View File

@ -174,7 +174,7 @@ node("${params.BUILD_ON_NODE}") {
returnStdout: true, returnStdout: true,
script: """ script: """
@echo off @echo off
if defined c (echo 1) else (echo 0) if defined CTXSIGN (echo 1) else (echo 0)
""" """
).trim() ).trim()