[Jenkins] Add label
This commit is contained in:
parent
1ecba39188
commit
80a5b3e868
|
@ -6,7 +6,7 @@
|
|||
//
|
||||
|
||||
pipeline {
|
||||
agent any
|
||||
agent { label "linux-x64" }
|
||||
environment {
|
||||
GIT_USER_EMAIL = sh(
|
||||
script: 'git --no-pager show -s --format="%ae"',
|
||||
|
|
Loading…
Reference in New Issue