Skip to content
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

[WIP][INFRA-1657] Build & Release Jenkins #18

Merged
merged 4 commits into from Jun 17, 2019

Conversation

olblak
Copy link
Member

@olblak olblak commented Jul 26, 2018

No description provided.

@daniel-beck
Copy link

This mentions the security releases, but does not mention Maven staging repositories, or selecting a different source code repository (like jenkinsci-cert/jenkins), or pushing commits and tag manually after staging -- in fact, the Maven commands listed are not suitable to stage releases.

(I expect that would still be included anyway, this is WIP after all, but just to make sure it doesn't fall off the table 😃 )

@slide
Copy link

slide commented Jan 3, 2019

One item that also needs to be taken into account in the Credentials area is a signing certificate for Windows installers. signtool (the MS tool for signing) requires the certificate to be in the following format:

"A valid code signing certificate, for example, a Personal Information Exchange (.pfx) file created with the MakeCert.exe and Pvk2Pfx.exe tools"

References for signing MSI installers can be found here:

https://docs.microsoft.com/en-us/windows/desktop/appxpkg/how-to-sign-a-package-using-signtool

@batmat batmat self-requested a review March 4, 2019 08:11
All endpoints are hard-coded with Kubernetes internal endpoint like "repo", jenkins, ... And any other configuration is done via environment variables configured at the environment level.
So every environment use the same Jenkinsfile but the output change depending on the environment configuration and the git repository.

Maven with the link:http://maven.apache.org/maven-release/maven-release-plugin/[release plugin] is used to build Jenkins(link:https://wiki.jenkins.io/pages/viewpage.action?pageId=3309681[why?]).
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Well that page is about using Maven generally, not maven-release-plugin specifically.

@olblak
Copy link
Member Author

olblak commented Jun 17, 2019

I am going to merge this PR and open a new one later one with further improvements

@olblak olblak merged commit 18b42e7 into jenkins-infra:master Jun 17, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
4 participants