diff --git a/Jenkinsfile b/Jenkinsfile index 9e48267..9a93305 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -40,7 +40,7 @@ pipeline { echo "拉取 ${params.BRANCH} 分支代码" git branch: "${params.BRANCH}", credentialsId: 'gitea-fab089c1-b55d-4b58-9fad', - url: 'http://git.jianshixingqiu.com/offerpai/offerpie_spider.git' + url: 'https://git.jianshixingqiu.com/offerpai/campus_spider.git' } }