main
alexandrev-tibco 2025-02-13 13:17:16 +01:00
parent 5fb81822eb
commit 7ad245c66b
No known key found for this signature in database
GPG Key ID: 205DAC70EF7BDFD9
1 changed files with 5 additions and 0 deletions

5
Jenkinsfile vendored
View File

@ -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')