1 Star 0 Fork 25

jerryharbin/choerodon-oauth

forked from open-hand/choerodon-oauth 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
.gitlab-ci.yml 2.24 KB
一键复制 编辑 原始数据 按行查看 历史
Administrator 提交于 2020-09-28 00:17 . [ci skip] update .gitlab-ci.yml
include: https://api.choerodon.com.cn/devops/v1/projects/1529/ci_contents/pipelines/5de43e2a-ecd2-4d7a-bf6d-5e29f7b47d6b/content.yaml
#include: https://api.choerodon.com.cn/devops/v1/projects/1529/ci_contents/pipelines/cf3c4d95-79ac-4317-b0e5-f309dd4c2d8a/content.yaml
#
##image: registry.cn-shanghai.aliyuncs.com/c7n/cibase:0.9.1
##
##stages:
## - build
## - release
##
##build:
## stage: build
## script:
## - update_pom_version
## - mvn clean org.jacoco:jacoco-maven-plugin:prepare-agent test -Dmaven.test.failure.ignore=true -DskipTests=true -U
## - >-
## mvn --batch-mode verify sonar:sonar
## -Dsonar.host.url=$SONAR_URL
## -Dsonar.login=$SONAR_LOGIN
## -Dsonar.gitlab.project_id=$CI_PROJECT_PATH
## -Dsonar.gitlab.commit_sha=$CI_COMMIT_SHA
## -Dsonar.gitlab.ref_name=$CI_COMMIT_REF_NAME
## -Dsonar.analysis.serviceGroup=$GROUP_NAME
## -Dsonar.analysis.commitId=$CI_COMMIT_SHA
## -Dsonar.projectKey=${GROUP_NAME}:${PROJECT_NAME}
## - mvn package spring-boot:repackage
## - mv target/app.jar $PWD/docker
## - kaniko -c $PWD/docker -f $PWD/docker/Dockerfile -d ${DOCKER_REGISTRY}/${GROUP_NAME}/${PROJECT_NAME}:${CI_COMMIT_TAG}
##
##release:
## stage: release
## script:
## - chart_build
##
##
##maven-deploy-snapshot:
## stage: build
## script:
## - mvn clean install -Dmaven.springboot.skip=true -DskipTests=true deploy -DaltDeploymentRepository=${CHOERODON_SNAPSHOT_REPOSITORY_ID}::default::${CHOERODON_SNAPSHOT_URL} -Ddeploy.classifier=exec
## # 只有master, release和hotfix分支才发包
## only:
## refs:
## - master
## - /^.*hotfix.*$/
## - /^.*release.*$/
##
##maven-deploy-release:
## stage: build
## script:
## - mvn clean install -Dmaven.springboot.skip=true -DskipTests=true deploy -DaltDeploymentRepository=${CHOERODON_RELEASE_REPOSITORY_ID}::default::${CHOERODON_RELEASE_URL} -Ddeploy.classifier=exec
## only:
## - tags
##
##
##.auto_devops: &auto_devops |
## http_status_code=`curl -o .auto_devops.sh -s -m 10 --connect-timeout 10 -w %{http_code} "${CHOERODON_URL}/devops/ci?token=${Token}&type=microservice"`
## if [ "$http_status_code" != "200" ]; then
## cat .auto_devops.sh
## exit 1
## fi
## source .auto_devops.sh
##
##before_script:
## - *auto_devops
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/jerryharbin/choerodon-oauth.git
git@gitee.com:jerryharbin/choerodon-oauth.git
jerryharbin
choerodon-oauth
choerodon-oauth
master

搜索帮助