ANN: Proposal for a new User Experience SIG

2019-11-18 Thread Jeremy Hartley
In keeping with JEP-4 , I'm posting to the user mailing list my plan to create and lead the Jenkins User Experience special interest group. I'll submit a pull request to jenkins.io with the structure described in JEP-4

Jenkins Cli Import / Export is not working for Folder

2019-11-18 Thread lavanya anbu
Hi All, I am new to jenkins and using Jenkins ver. 2.190.2 which is installed in Azure Kubernetes version 1.14.6 . I am trying to export the jenkins jobs using the command line using a simple script by passing the job name. Export_jobs() { mkdir JOB while read -r i do java -jar

Re: Dynamically list Artifact Version in jenkins job parameter

2019-11-18 Thread Vikrant Kaushik
[image: Capture.JPG] I'm expecting by selecting the choice parameter it will version of the tool: On Monday, 18 November 2019 14:47:20 UTC+5:30, Vikrant Kaushik wrote: > > In addition to below, I wrote groovy as below for active choice parameter > selection in Jenkins job but this is not

Re: Dynamically list Artifact Version in jenkins job parameter

2019-11-18 Thread Vikrant Kaushik
In addition to below, I wrote groovy as below for active choice parameter selection in Jenkins job but this is not working, can someone please help. import groovy.json.JsonSlurper try { def command = ["curl", "-u", "CA:Password", "-X", "POST", "-H", "Content-Type: text/plain", "-k",