Update default Jenkins file with comments
This commit is contained in:
parent
0476dbae27
commit
9237cfd2a0
1 changed files with 3 additions and 1 deletions
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
|
@ -2,7 +2,7 @@ pipeline {
|
||||||
agent any
|
agent any
|
||||||
|
|
||||||
tools {
|
tools {
|
||||||
maven 'Maven 3.9.9'
|
maven 'Maven 3.9.9' // Change this to the needed maven installation
|
||||||
}
|
}
|
||||||
|
|
||||||
environment {
|
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') {
|
// stage('Notify Discord') {
|
||||||
// steps {
|
// steps {
|
||||||
// script {
|
// script {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue