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