mirror of
https://github.com/xcp-ng/xenadmin.git
synced 2024-11-25 06:16:37 +01:00
Merge pull request #1483 from kc284/master2
Fixed typo/regression that was introduced in a previous commit.
This commit is contained in:
commit
a6f90c98fe
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -174,7 +174,7 @@ node("${params.BUILD_ON_NODE}") {
|
||||
returnStdout: true,
|
||||
script: """
|
||||
@echo off
|
||||
if defined c (echo 1) else (echo 0)
|
||||
if defined CTXSIGN (echo 1) else (echo 0)
|
||||
"""
|
||||
).trim()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user