mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-25 00:25:50 +00:00
params
This commit is contained in:
parent
57aa8dde0b
commit
1fbd85364c
1 changed files with 5 additions and 5 deletions
10
Jenkinsfile
vendored
10
Jenkinsfile
vendored
|
@ -1,11 +1,11 @@
|
|||
pipeline {
|
||||
agent any
|
||||
parameters {
|
||||
string(NEXUS_VERSION: 'nexus3')
|
||||
string(NEXUS_PROTOCOL: 'http')
|
||||
string(NEXUS_URL: '172.19.0.3:8081')
|
||||
string(NEXUS_REPOSITORY: 'maven-nexus-repo')
|
||||
string(NEXUS_CREDENTIAL_ID: 'e6072e08-87bc-481e-9e4a-55d506546356')
|
||||
string(name: 'NEXUS_VERSION', defaultValue: 'nexus3')
|
||||
string(name: 'NEXUS_PROTOCOL', defaultValue: 'http')
|
||||
string(name: '172.19.0.3:8081', defaultValue: '172.19.0.3:8081')
|
||||
string(name: 'maven-nexus-repo', defaultValue: 'maven-nexus-repo')
|
||||
string(name: 'e6072e08-87bc-481e-9e4a-55d506546356', defaultValue: 'e6072e08-87bc-481e-9e4a-55d506546356')
|
||||
}
|
||||
stages {
|
||||
stage('pull') {
|
||||
|
|
Loading…
Reference in a new issue