mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-25 00:25: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 {
|
||||
agent any
|
||||
parameters {
|
||||
string(name: 'SETTINGS', defaultValue: "/var/tmp/settings-docker.xml")
|
||||
}
|
||||
// parameters {
|
||||
// string(name: 'SETTINGS', defaultValue: "/var/tmp/settings-docker.xml")
|
||||
// }
|
||||
environment {
|
||||
NEXUS_VERSION = "nexus3"
|
||||
NEXUS_PROTOCOL = "http"
|
||||
|
|
Loading…
Reference in a new issue