Update default Jenkins file with comments

This commit is contained in:
Maarten 2025-04-17 15:45:57 +02:00
parent 0476dbae27
commit 9237cfd2a0

4
Jenkinsfile vendored
View file

@ -2,7 +2,7 @@ pipeline {
agent any
tools {
maven 'Maven 3.9.9'
maven 'Maven 3.9.9' // Change this to the needed maven installation
}
environment {
@ -25,6 +25,8 @@ pipeline {
}
}
// Uncomment this section to send notification to Discord. Replace <DISCORD_WEBHOOK_URL> with the webhook url.
// - Requirement: Discord Notifier plugin installed in Jenkins
// stage('Notify Discord') {
// steps {
// script {