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
74a01ecadd
commit
2c16fc9019
1 changed files with 5 additions and 1 deletions
|
@ -1,5 +1,9 @@
|
|||
pipeline {
|
||||
agent { label 'linux-agent' }
|
||||
agent {
|
||||
node {
|
||||
label 'linux-agent'
|
||||
}
|
||||
}
|
||||
stages {
|
||||
stage('Stage 1') {
|
||||
steps {
|
||||
|
|
Loading…
Reference in a new issue