mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-05-07 16:27:11 +02:00
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:
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
@@ -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())
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user