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
d116308dfc
commit
5af02c21d3
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ pipeline {
|
|||
agent none
|
||||
stages {
|
||||
stage('Stage 1') {
|
||||
agent { label linux-agent }
|
||||
agent { label 'linux-agent' }
|
||||
steps {
|
||||
echo 'Hello xzxxzx world!'
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue