-
-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create build for jenkinsci/winp on release ci server #4469
Comments
This is fine with me. The pod template used for Jenkins core is: I'd suggest something like that gets added to the winp repository and another Jenkinsfile something like: Then it will need adding to release.ci here: |
cc @timja as release lead: I'm ok with this on the infra side, but I want a second point of view. In term of implementation on infra side, we'll need to:
Note: the security of this job will be vital:
|
@slide what is the expected release process?
|
For the record, the Jenkins Infra team would prefer to use an Azure Windows VM rather than a Windows pod template:
|
I am not one of the main maintainers of WinP (right now), so I may need to defer to someone else in terms of when we should trigger the release. Let me do some digging on that. |
no one is actively maintaining it as far as I know. people in jenkinsci/core have been rarely releasing it as required. |
Ok, I'll request to become a maintainer for it then. Do you have a recommendation for a trigger? I don't think the component is changed frequently, so having a human based trigger would probably be fine? |
Simplest is probably on tag? Nicest would be to run on main and create the tag if there's interesting changes. |
See also @basil's suggestions in jenkinsci/winp#117 |
Service(s)
release.ci.jenkins.io
Summary
In order to sign the DLL's that will be built as part of the WinP build, the build for releases will need to be done on release.ci.jenkins.io which has access to the code signing cert (also used in the MSI code signing during weekly/LTS releases).
The build setup on the release server should publish the maven artifacts after the build is complete. The signing env should be setup the same was as is setup for the MSI build (the names of the env variables, etc).
We would want to disable publishing of Maven artifacts from the ci.jenkins.io CI path as well. Not sure if that is possible right now.
cc: @MarkEWaite @oleg-nenashev
Reproduction steps
No response
The text was updated successfully, but these errors were encountered: