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