diff --git a/client-api/Jenkinsfile b/client-api/Jenkinsfile index 2399606..684eae5 100644 --- a/client-api/Jenkinsfile +++ b/client-api/Jenkinsfile @@ -31,8 +31,8 @@ pipeline { steps { echo "拉取 ${params.BRANCH} 分支代码" git branch: "${params.BRANCH}", - credentialsId: 'ef5fffc1-9b35-403d-9ca6-e1b73eb0e45a', - url: 'https://codeup.aliyun.com/5f0ed3b9769820a3e817dee2/offerpie/offerpie_backend.git' + credentialsId: 'gitea-fab089c1-b55d-4b58-9fad', + url: 'http://git.jianshixingqiu.com/offerpai/offerpai_backend.git' } }