iT邦幫忙

1

Jenkins credential 使用於腳本方法

  • 分享至 

  • xImage

我於jenkins上建立了一個gitlab token key的credential ID:gitlab_access_token

我使用了shell script寫jenkins腳本
並執行了一段git clone https://user:gitlab_accesss_token@my.gitlab.com/test/test/test.git

這樣執行測試似乎是失敗的
想問該怎麼做

ray2211 iT邦新手 5 級 ‧ 2024-06-20 13:12:49 檢舉
有找到解法

1.創建好Credential

2.打開JENKINS > JOB > contfiguration > 將建置環境的Use Secret text(s) or file(s) 打勾 > 設定變數以及選擇創建的Credential

即可透過設定的變數引用至shell腳本內
圖片
  直播研討會
圖片
{{ item.channelVendor }} {{ item.webinarstarted }} |
{{ formatDate(item.duration) }}
直播中

1 個回答

0

You can try executing the Git clone command locally using the same GitLab token and repository URL to see if the issue persists outside of Jenkins. This can help isolate the problem to Jenkins or the GitLab token/repository configuration.
love tester

我要發表回答

立即登入回答