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
|
||||
|
||||
pipeline {
|
||||
agent { label 'linux' }
|
||||
agent { label 'windows' }
|
||||
parameters {
|
||||
string(name: 'DIFF_ID')
|
||||
string(name: 'PHID')
|
||||
|
|
Loading…
Reference in a new issue