fixed agent label
This commit is contained in:
parent
9fd88a9835
commit
8696728438
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@
|
||||||
def success = true
|
def success = true
|
||||||
|
|
||||||
pipeline {
|
pipeline {
|
||||||
agent { label 'linux' }
|
agent { label 'windows' }
|
||||||
parameters {
|
parameters {
|
||||||
string(name: 'DIFF_ID')
|
string(name: 'DIFF_ID')
|
||||||
string(name: 'PHID')
|
string(name: 'PHID')
|
||||||
|
|
Loading…
Add table
Reference in a new issue