mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-23 08:15:49 +00:00
add
This commit is contained in:
parent
d3dc7a75dc
commit
bd479797a8
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
def call() {
|
def call() {
|
||||||
pipeline {
|
pipeline {
|
||||||
agent { label 'JDK-11' }
|
agent any
|
||||||
stages {
|
stages {
|
||||||
stage('clone') {
|
stage('clone') {
|
||||||
steps {
|
steps {
|
||||||
|
|
Loading…
Reference in a new issue