Add osx package to release flow (#1822)

Triggers the build job which updates the scm-server formula of the scm-manager homebrew-tap as part of the scm-manager release build job.
This commit is contained in:
Sebastian Sdorra
2021-10-07 14:41:34 +02:00
committed by GitHub
parent 41b8f091c0
commit 47249bffba

3
Jenkinsfile vendored
View File

@@ -109,6 +109,9 @@ pipeline {
withPublishEnivronment {
gradle "-PenablePackaging publish"
}
build wait: false, propagate: false, job: 'scm-manager-github/homebrew-tap/master', parameters: [
string(name: 'Version', value: getReleaseVersion())
]
}
}