1
0
Fork 0

fixed agent label

This commit is contained in:
Christian Kühnel 2020-01-15 16:50:50 +00:00
parent 9fd88a9835
commit 8696728438

View file

@ -15,7 +15,7 @@
def success = true
pipeline {
agent { label 'linux' }
agent { label 'windows' }
parameters {
string(name: 'DIFF_ID')
string(name: 'PHID')