gpt4 book ai didi

jenkins - 管道 cpsSCM 不接受 url

转载 作者:行者123 更新时间:2023-12-05 07:41:51 26 4
gpt4 key购买 nike

我正在尝试使用 jenkins dsl 创建管道作业。如果我仅指定没有分支或凭据的 git url,管道作业将采用 cpsscm。但是当我更改分支并添加凭据时,它不起作用

pipelineJob("foo"){
definition {
cpsSCM {
git(GIT_URL,BRANCH)
}
}
}

以上作品。但以下不起作用

 pipelineJob("foobar"){
definition {
cpsScm {
scm{
git{
branch(BRANCH)
remote{
credentials('kjsks2304-sid34-234')
url(GIT_URL)
}
}

}
scriptPath("JenkinsFile")

}
}
}
}

credentials是jenkins中credentials插件中的id。我使用的 git repo 是一个私有(private)的 bitbucket 存储库

最佳答案

关于jenkins - 管道 cpsSCM 不接受 url,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/45069374/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com