Browse Source

Поменял местами продукты

Tomishinets Vladimir 3 năm trước cách đây
mục cha
commit
99c34848fa
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      Jenkinsfile-dev

+ 2 - 2
Jenkinsfile-dev

@@ -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",