- Jul 29, 2016
-
-
Stephen Connolly authored
-
Stephen Connolly authored
[JENKINS-37032] Add a UI to allow controlling enabled agent protocols
-
Stephen Connolly authored
-
Stephen Connolly authored
-
Stephen Connolly authored
- Also switch the A/B testing of JNLP3-connect to via opt-in - Also mark that JNLP3-connect will be deprecated by JENKINS-36871 - Also start A/B testing the disabling of JNLP-connect and CLI-connect (should be well safe by now)
-
Stephen Connolly authored
-
Stephen Connolly authored
-
- Jul 28, 2016
-
-
Stephen Connolly authored
[FIXED JENKINS-37041] Ensure that detached plugins are always at least their minimum version
-
Jesse Glick authored
[JENKINS-29922] Correct the default value handling of ArtifactArchiver.excludes
-
Stephen Connolly authored
-
Stephen Connolly authored
-
Jesse Glick authored
Tests are not run unless the class name ends with "Test"
-
Stephen Connolly authored
-
Stephen Connolly authored
-
- Jul 27, 2016
-
-
Stephen Connolly authored
-
Stephen Connolly authored
[FIXED JENKINS-36996] Hide the Java Web Start launcher when the TCP agent port is disabled
-
Alvaro Lobato authored
* [JENKINS-36908] Make sure that the All view is created * Revert old All view behaviour * Fix changed comment * Tests * Delete unwanted file.
-
Stephen Connolly authored
-
Jesse Glick authored
-
Stephen Connolly authored
-
Stephen Connolly authored
[JENKINS-36871] Allow accessing instance identity from core
-
Stephen Connolly authored
-
Stephen Connolly authored
-
Stephen Connolly authored
[JENKINS-36923] Give ownership of bcpkix dependency to bouncycastle-apl plugin
-
Stephen Connolly authored
- We are committed to this now that bouncycastle-api 2.16.0 has been released
-
- Jul 26, 2016
-
-
Keith Zantow authored
* [FIXED JENKINS-34882] Honor non-default update sites during install * Fix pluginSetupWizard tests * Fix lint
-
Stephen Connolly authored
-
Stephen Connolly authored
- We now check the format and assure that all detached plugins are reported
-
Stephen Connolly authored
-
Stephen Connolly authored
-
Stephen Connolly authored
-
Stephen Connolly authored
-
Stephen Connolly authored
-
Stephen Connolly authored
-
Stephen Connolly authored
-
Jesse Glick authored
Adding a few nullability annotations
-
Stephen Connolly authored
-
Stephen Connolly authored
-
Stephen Connolly authored
- We will be asking users who wish to ensure a secure path for their JNLP agents to validate the fingerprint before initial connection (which leverages TLS encryption of the http end-point and trust by the JNLP agent of the Jenkins Master's HTTPS TLS certificate) - The fingerprint will then be used to validate the JNLP self-signed TLS certificate in order to ensure that the agent is talking to the master without fear of MiM - We need to use self-signed TLS certificates for the JNLP connection as we need these to be unique to the Jenkins master and if we let users provide their own then they would end up re-using... in any case it is simpler to leverage the strength of the HTTPS TLS certificate as that is at least the one certificate that users have a hope of understanding how to validate. - Thus we need a mechanism for users to verify the fingerprint. This root action provides that mechanism
-
Stephen Connolly authored
-