Compare commits

...

24 Commits

Author SHA1 Message Date
李寻欢 8ac51dd22b 更新 .gitea/workflows/actions.yaml 2023-10-25 09:47:51 +08:00
李寻欢 5ebdb0d8ca 更新 .gitea/workflows/actions.yaml 2023-10-25 09:23:35 +08:00
李寻欢 4d9b25c0bc 更新 .gitea/workflows/actions.yaml 2023-10-25 09:20:32 +08:00
李寻欢 7130ab2ee2 更新 .gitea/workflows/actions.yaml
TestActions / Test (push) Successful in 2s Details
2023-10-18 09:13:40 +08:00
李寻欢 092ed6dc08 更新 .gitea/workflows/actions.yaml
TestActions / Test (push) Successful in 2s Details
2023-10-18 09:12:41 +08:00
李寻欢 c934a08242 更新 .gitea/workflows/actions.yaml
TestActions / Test (push) Successful in 5s Details
2023-10-18 09:09:41 +08:00
李寻欢 942edffbc8 更新 .gitea/workflows/actions.yaml
TestActions / Test (push) Successful in 5s Details
2023-10-18 09:07:30 +08:00
李寻欢 30108cb78f 更新 .gitea/workflows/actions.yaml
TestActions / Test (push) Successful in 2s Details
2023-10-18 08:58:31 +08:00
李寻欢 50f36670f9 添加 .gitea/workflows/actions.yaml
TestActions / Test (push) Successful in 1s Details
2023-10-18 08:52:15 +08:00
李寻欢 0ea3f7fb0e 123
continuous-integration/drone/push Build is passing Details
2020-01-09 11:39:59 +08:00
李寻欢 0750ea75f9 。。。
continuous-integration/drone/push Build is passing Details
2020-01-04 18:24:28 +08:00
李寻欢 bcc9b4c8cc 修改钉钉推送插件
continuous-integration/drone/push Build is passing Details
2020-01-04 17:51:59 +08:00
李寻欢 a0883f5fee 🔧 修改自动打包为Master分支打Tag才触发
continuous-integration/drone/push Build is passing Details
2020-01-04 17:01:04 +08:00
李寻欢 fb94bb2163 🔧 修改自动打包为Master分支打Tag才触发
continuous-integration/drone/push Build was killed Details
2020-01-04 16:50:02 +08:00
李寻欢 db5adc422f 🔧 修改自动打包为Master分支打Tag才触发
continuous-integration/drone/push Build was killed Details
2020-01-04 16:33:14 +08:00
李寻欢 eff34f77c8 🔧 修改自动打包为Master分支打Tag才触发
continuous-integration/drone/push Build is passing Details
2020-01-04 16:25:02 +08:00
李寻欢 2ec1fb0ca7 🔧 修改自动打包为Master分支打Tag才触发 2020-01-04 16:24:34 +08:00
李寻欢 52b73e01f3 🔧 修改自动打包为Master分支打Tag才触发 2020-01-04 16:24:03 +08:00
李寻欢 5213cfbd86 🔧 修改自动打包为Master分支打Tag才触发
continuous-integration/drone/push Build is pending Details
2020-01-04 15:36:01 +08:00
李寻欢 86c57d639a 🔧 修改自动打包为Master分支打Tag才触发
continuous-integration/drone/push Build is pending Details
2020-01-04 15:28:34 +08:00
李寻欢 43743843c8 🔧 修改自动打包为Master分支打Tag才触发
continuous-integration/drone/push Build was killed Details
2020-01-04 14:22:34 +08:00
李寻欢 5be98632d9 🔧 修改自动打包为Master分支打Tag才触发
continuous-integration/drone/push Build was killed Details
2020-01-04 14:14:20 +08:00
李寻欢 cd9f9bce5f 🔧 修改自动打包为Master分支打Tag才触发
continuous-integration/drone/push Build was killed Details
2020-01-04 13:21:39 +08:00
李寻欢 ff2320fec1 🔧 修改自动打包为Master分支打Tag才触发
continuous-integration/drone/push Build was killed Details
2020-01-04 13:17:12 +08:00
2 changed files with 37 additions and 11 deletions

View File

@ -1,30 +1,27 @@
kind: pipeline
name: pipeline-example-maven
name: maven-build-pipeline
steps:
- name: Build Project
- name: BuildProject
image: maven:3-jdk-11
volumes:
- name: cache
path: /root/.m2
commands:
- mvn clean package
- mvn clean install
- ls target
- name: Send To DingTalk
image: guoxudongdocker/drone-dingtalk
- name: SendToDingTalk
image: lddsb/drone-dingtalk-message
settings:
token: af1973914f3b2af28fe7fb96c424a557059d4d3af5cba33b31d6640e8538ba45
type: markdown
message_color: true
message_pic: true
sha_link: true
when:
status:
- failure
- success
trigger:
branch:
- master
event:
- tag

View File

@ -0,0 +1,29 @@
name: TestActions
on:
tag:
- '*'
push:
branches:
- '*'
- '!main'
jobs:
Test:
name: Test
runs-on: ubuntu-latest
steps:
- run: echo "${{ toJson(github) }}"
- run: echo "${{ toJson(runner) }}"
- run: echo "${{ toJson(gitea) }}"
- run: echo "${{ toJson(job) }}"
- name: "Echo ENV"
run: echo "${{ toJson(env) }}"
env:
TEST: wuhu
NUM: 123
BOOL: true
- name: "Test ENV"
run: echo "$TEST"
env:
TEST: wuhu