|
@@ -20,13 +20,13 @@ pipeline {
|
|
|
}
|
|
|
parameters {
|
|
|
choice (
|
|
|
- choices: 'promo-sdk\npromo-seo',
|
|
|
+ choices: 'promo-seo\npromo-sdk',
|
|
|
description: 'Which repo to use?',
|
|
|
name: 'GIT_REPO')
|
|
|
string(
|
|
|
name: "branch",
|
|
|
defaultValue: "release",
|
|
|
- description: "Which branch to use"
|
|
|
+ description: "Which branch to use?"
|
|
|
)
|
|
|
string(
|
|
|
name: "mailto",
|