Fuck sakes

This commit is contained in:
2024-05-09 19:19:15 +02:00
parent 16163ac944
commit 261ea4c3f8
4 changed files with 11 additions and 15 deletions

View File

@@ -1,10 +1,11 @@
pipeline {
agent {
label "master"
}
tools {
jdk "JAVA17"
docker {
image "registry.firstdark.dev/java17:latest"
alwaysPull true
}
}
stages {
stage("Notify Discord") {
steps {