我於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
這樣執行測試似乎是失敗的
想問該怎麼做
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