Initial
parent
5fb81822eb
commit
7ad245c66b
|
|
@ -1,6 +1,11 @@
|
|||
pipeline {
|
||||
agent any
|
||||
|
||||
tools {
|
||||
maven 'maven' // The name defined in Manage Jenkins > Global Tool Configuration
|
||||
}
|
||||
|
||||
|
||||
parameters {
|
||||
string(name: 'serviceName', defaultValue: 'my-service', description: 'Service Name')
|
||||
string(name: 'interfaceName', defaultValue: 'B_IN_A_B', description: 'Interface Name')
|
||||
|
|
|
|||
Loading…
Reference in New Issue