mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-17 13:05:49 +00:00
feat: update jenkins agent on Jenkinsfile
Signed-off-by: Memogoz <155709363+Memogoz@users.noreply.github.com>
This commit is contained in:
parent
79eb4625f1
commit
6b20c7080c
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -1,5 +1,5 @@
|
||||||
pipeline {
|
pipeline {
|
||||||
agent any
|
agent { label 'agent' }
|
||||||
|
|
||||||
environment {
|
environment {
|
||||||
GIT_COMMIT_SHORT = sh(script: "git rev-parse --short HEAD", returnStdout: true).trim()
|
GIT_COMMIT_SHORT = sh(script: "git rev-parse --short HEAD", returnStdout: true).trim()
|
||||||
|
|
Loading…
Reference in a new issue