mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-20 22:35:49 +00:00
changed any to none in jenkinsfile
This commit is contained in:
parent
8469b1f281
commit
3b911bd9e5
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/env groovy
|
#!/bin/env groovy
|
||||||
pipeline {
|
pipeline {
|
||||||
agent any
|
agent none
|
||||||
|
|
||||||
stages {
|
stages {
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue