mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-29 18:55:49 +00:00
test jenkins
This commit is contained in:
parent
941931d2de
commit
e030f531c6
1 changed files with 3 additions and 1 deletions
|
@ -1,5 +1,7 @@
|
|||
pipeline {
|
||||
agent linux-agent
|
||||
agent {
|
||||
label 'linux-agent'
|
||||
}
|
||||
stages {
|
||||
stage('Stage 1') {
|
||||
steps {
|
||||
|
|
Loading…
Reference in a new issue