Update .gitlab-ci.yml file

This commit is contained in:
管西迎
2022-09-02 02:00:50 +00:00
parent 1d326d5bb9
commit f3902cda3d
+9
View File
@@ -1,6 +1,7 @@
stages:
- sonar
- unit_test
- uitest
- cleanup_packages
- package
sonarqube:
@@ -32,6 +33,14 @@ unit_test:
only:
- master
- merge_requests
uitest:
stage: uitest
script:
- "/home/gitlab-runner/bin/zentao-uitest.sh ${CI_PROJECT_DIR}"
allow_failure: true
only:
- master
- merge_requests
#notify:
# script:
# - 'curl --location --request POST ''http://api.lf.oop.cc/api/v1/xuan/chatMessage'' --header ''Content-Type: application/json'' --data-raw ''{"gid": "84be4c6e-02e3-4fdc-b081-318c0c1eca02", "title": "开源包下载地址", "content": "点击查看详情链接", "url": "http://10.0.7.242:8080/allpacks/"}'''