فهرست منبع

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

Tomishinets Vladimir 3 سال پیش
والد
کامیت
99c34848fa
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  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",