Skip to content

Commit

Permalink
Disable build notifications for sub-builds and build GeyserConnect (G…
Browse files Browse the repository at this point in the history
…eyserMC#1838)

Co-authored-by: EasyClifton <63668444+EasyClifton@users.noreply.github.com>
  • Loading branch information
rtm516 and EasyClifton authored Jan 14, 2021
1 parent 8e5a6ef commit 16fdf51
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,9 @@ pipeline {
success {
script {
if (env.BRANCH_NAME == 'master') {
build propagate: false, wait: false, job: 'GeyserMC/Geyser-Fabric/java-1.16'
build propagate: false, wait: false, job: 'GeyserMC/GeyserAndroid/master'
build propagate: false, wait: false, job: 'GeyserMC/Geyser-Fabric/java-1.16', parameters: [booleanParam(name: 'SKIP_DISCORD', value: true)]
build propagate: false, wait: false, job: 'GeyserMC/GeyserAndroid/master', parameters: [booleanParam(name: 'SKIP_DISCORD', value: true)]
build propagate: false, wait: false, job: 'GeyserMC/GeyserConnect/master', parameters: [booleanParam(name: 'SKIP_DISCORD', value: true)]
}
}
}
Expand Down

0 comments on commit 16fdf51

Please sign in to comment.