如何將 Active Choices 反應參數傳遞給 Scriptler (How to Pass Active Choices Reactive Parameters to Scriptler)


問題描述

如何將 Active Choices 反應參數傳遞給 Scriptler (How to Pass Active Choices Reactive Parameters to Scriptler)

我使用了一個 ACP(通過從下拉列表中選擇一個值),該值應該傳遞給直接的 ACRP 腳本程序,但它沒有這樣做。

我的用例是:

  1. 一個下拉列表‑‑‑>選擇一個值
  2. 將此選擇的值傳遞給立即ACRP中的scripler,以便它將在下拉列表中生成值並從中選擇一個
  3. 應該傳遞給另一個 ACRP 腳本...等等 3 次以上。

我無法在腳本中獲取參數。

感謝您的幫助和如果需要更多信息,如果以上還不夠,我們會提供。


參考解法

方法 1:

Currently I'm doing a flow like that

  1. ACP using scriptler (returning branches of a repo), you can also do it with a Choice parameter or with ACP using groovy script

  2. </ol>

    enter image description here

    • the important thing to have into account if you are using ACP with scriptler or groovy is that you should return an arrayList
    • the parameters that you pass should be define in the parameter of the scriptler script
    1. ACRP using scriptler and referenced to the previous parameter (list the jenkinsfiles in a repo)

    enter image description here

    • the parameters that you pass should be define in the parameter of the scriptler script
    • notice the Referenced Parameters (deployConfigGifRef)

    (by VamJheison Rodriguez)

    參考文件

    1. How to Pass Active Choices Reactive Parameters to Scriptler (CC BY‑SA 2.5/3.0/4.0)

#jenkins-plugins #jenkins #jenkins-scriptler






相關問題

Email-ext Pre 腳本使用 (Email-ext Pre script usage)

分佈式 Jenkins - Linux 上的主控和 Windows 上的從屬 - 如何配置節點特定設置 (Distributed Jenkins- Master on Linux and slave on windows- How to configure node specific setting)

Jenkins插件開發不適用於maven 2 (Jenkins plugin development not working with maven 2)

Jenkins 全天運行構建和測試 (Jenkins running builds and tests all day long)

Jenkins jasmine-node 命令未找到 (Jenkins jasmine-node command not found)

在 jenkins 中更新 SVN 憑據 (Update SVN credentials in jenkins)

Jenkins 構建錯誤 - MSBUILD:錯誤 MSB1009:項目文件不存在 (Jenkins Build Error - MSBUILD : error MSB1009: Project file does not exist)

在初始分支創建時,jenkins 服務器中未配置 jenkinsfile 參數屬性 (jenkinsfile parameter properties not configured in jenkins server at initial branch creation)

如何將 Active Choices 反應參數傳遞給 Scriptler (How to Pass Active Choices Reactive Parameters to Scriptler)

配置通過 Dockerfile 安裝的 Jenkins 插件 (Configuring Jenkins plugin installed via Dockerfile)

使用觸發構建的用戶從 Jenkins 運行批處理作業 (Run a batch job from Jenkins with the user who triggered the build)

電子郵件擴展插件未加載通過配置文件提供程序插件添加的 groovy 模板 (Email Extension Plugin is not loading groovy template added via Config File Provider Plugin)







留言討論