mirror of
https://github.com/GeyserMC/Geyser.git
synced 2024-08-14 23:57:35 +00:00
Stop jenkins builds trying to trigger GeyserConnect build (#3737)
GeyserConnect is an extension now, and does not need to be a step in jenkins.
This commit is contained in:
parent
b48d4a0625
commit
03283021cb
1 changed files with 0 additions and 10 deletions
10
Jenkinsfile
vendored
10
Jenkinsfile
vendored
|
@ -25,14 +25,4 @@ pipeline {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
post {
|
||||
success {
|
||||
script {
|
||||
if (env.BRANCH_NAME == 'master') {
|
||||
build propagate: false, wait: false, job: 'GeyserMC/GeyserConnect/master', parameters: [booleanParam(name: 'SKIP_DISCORD', value: true)]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue