mirror of
https://github.com/xcp-ng/xenadmin.git
synced 2025-01-20 07:19:18 +01:00
Merge pull request #1484 from kc284/management-on-vlan
Fixed typo/regression that was introduced in a previous commit.
This commit is contained in:
commit
9ad8327f4f
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -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()
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user