mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-26 00:45:50 +00:00
commented parameters
This commit is contained in:
parent
050b8179f7
commit
0901f0a42a
1 changed files with 3 additions and 3 deletions
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
|
@ -1,8 +1,8 @@
|
||||||
pipeline {
|
pipeline {
|
||||||
agent any
|
agent any
|
||||||
parameters {
|
// parameters {
|
||||||
string(name: 'SETTINGS', defaultValue: "/var/tmp/settings-docker.xml")
|
// string(name: 'SETTINGS', defaultValue: "/var/tmp/settings-docker.xml")
|
||||||
}
|
// }
|
||||||
environment {
|
environment {
|
||||||
NEXUS_VERSION = "nexus3"
|
NEXUS_VERSION = "nexus3"
|
||||||
NEXUS_PROTOCOL = "http"
|
NEXUS_PROTOCOL = "http"
|
||||||
|
|
Loading…
Reference in a new issue