6 lines
76 B
Plaintext
6 lines
76 B
Plaintext
|
|
pipeline {
|
||
|
|
agent any
|
||
|
|
parameters {
|
||
|
|
string(name: "Service Name")
|
||
|
|
}
|
||
|
|
}
|