added scm configuration

This commit is contained in:
2022-10-18 13:08:28 +02:00
parent 8195a676d4
commit 8ff70918b8
2 changed files with 20 additions and 1 deletions
+17
View File
@@ -0,0 +1,17 @@
---
kind: pipeline
name: "Back to the checkout - pipeline"
steps:
-
commands:
- "mvn clean test"
image: "maven:3.8.2-openjdk-17"
name: test
-
image: appleboy/drone-telegram
name: "send telegram notification"
settings:
to:
from_secret: telegram_to
token:
from_secret: telegram_token