Get URL property of Jenkins JDK auto installer

2020-01-27 Thread Onno van der Straaten
Hi all,I am using a Groovy script to create auto-installers for JDK in my Jenkins instance. With a script similar to https://stackoverflow.com/questions/55353804/how-to-automate-maven-and-java-jdk8-installation-with-groovy-for-jenkins This all works and is clear to me but now I want to create a

Jenkins versions

2016-10-18 Thread Onno van der Straaten
Hi, I'm not sure if this is the right list. In this day and age of automation and automatic provisioning I don't understand why Jenkins versions are removed from the repositoriy for example http://pkg.jenkins-ci.org/debian-stable/ There is always only one version available in the repository

Add credentials in pipeline script

2016-04-20 Thread Onno van der Straaten
Hi, I changed the example pipeline script a bit to test if it would work using Subversion. The repository that I want to use does not allow anonymous access. Is it possible to add credentials? Cheers, Onno node { // Mark the code checkout 'stage' stage 'Checkout' // Get some code