Re: How to check the actual assigned label of a queued build via REST API?

2019-09-23 Thread Ivan Fernandez Calvo
El domingo, 22 de septiembre de 2019, 23:37:27 (UTC+2), Rafael Rezende escribió: > > Do you do that remotely? Like injecting a script using the jenkins-cli.jar? we use Go but you can use curl or any HTTP client, it is something like this JENKINS_CRUMB=$(curl --silent "$JENKINS_URL/crumbIssue

Re: Gradle Tool Failed Download

2019-09-23 Thread Sverre Moe
Jenklns has no problem downloading Maven tools, but fails downloading Gradle tools. Unpacking https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.6.1/apache-maven-3.6.1-bin.zip to /home/build/jenkins/tools/hudson.tasks.Maven_MavenInstallation/maven-3.6.1 on sles12.3-x86_64_1

Re: Gradle Tool Failed Download

2019-09-23 Thread Daniel Beck
On Mon, Sep 23, 2019 at 2:28 PM Sverre Moe wrote: > ERROR: Failed to download > https://services.gradle.org/distributions/gradle-5.6.2-bin.zip from agent; > will retry from master > > sun.security.provider.certpath.SunCertPathBuilderException: unable to find > valid certification path to reque

Jenkins NON-GUI notification of core / plug-in vulnerabilities / warnings and updates

2019-09-23 Thread Eric Engstrom
Jenkins is great at telling me when there are updates available for Jenkins's core or when there are security vulnerabilities in plug-ins. This it does with a "nice-fat-red" number of vulnerabilities on the top of the web page when I am logged in. And when one clicks on that, you get a nice s

Re: Jenkins NON-GUI notification of core / plug-in vulnerabilities / warnings and updates

2019-09-23 Thread Daniel Beck
Jenkins uses the update center metadata to show applicable warnings. It would be a bit of a hack, and use internals not meant for public consumption, but you could do that, too. See the bottom of https://updates.jenkins.io/update-center.actual.json for the warning definitions. (No complaining if we

Re: Gradle Tool Failed Download

2019-09-23 Thread Jan Monterrubio
I’ve always relied on projects supplying the gradle wrapper instead... that might be a good alternative if you can’t upgrade the JRE On Mon, Sep 23, 2019 at 05:37 Daniel Beck wrote: > > > On Mon, Sep 23, 2019 at 2:28 PM Sverre Moe wrote: > >> ERROR: Failed to download >> https://services.gradl

Re: Install Jenkins as WAR file or Install using package installers?

2019-09-23 Thread Aditya Shastri
>From a Application Admin and working with App services standpoint, we control the version of Jenkins we use especially because of the plugins that come with it. Plugin compatibility needs to be assessed before we can update. We have seen an issue more than once when a plugin doesn't work well

Re: Install Jenkins as WAR file or Install using package installers?

2019-09-23 Thread Aditya Shastri
>From a Application Admin and working with App services standpoint, we control the version of Jenkins we use especially because of the plugins that come with it. Plugin compatibility needs to be assessed before we can update. We have seen an issue more than once when a plugin doesn't work well

Jenkins Role based access and sub folder job pattern

2019-09-23 Thread Susant Padhi
All, I am exploring all the response in this group but nothing is helping me to achieve below access model. I have below folder stricture in jerkins ProjectFolder1 AppicationFolder1 Job1-DEV

Re: Install Jenkins as WAR file or Install using package installers?

2019-09-23 Thread Aditya Shastri
>From a Application Admin and working with App services standpoint, we control the version of Jenkins we use especially because of the plugins that come with it. Plugin compatibility needs to be assessed before we can update. We have seen an issue more than once when a plugin doesn't work well

Jenkins NON-GUI notification of core / plug-in vulnerabilities / warnings and updates

2019-09-23 Thread Eric Engstrom
Jenkins is great at telling me when there are updates available for Jenkins's core or when there are security vulnerabilities in plug-ins. This it does with a "nice-fat-red" number of vulnerabilities on the top of the web page when I am logged in. And when one clicks on that, you get a nice synopsi

Jenkins Role based access and sub folder job pattern

2019-09-23 Thread Susant Padhi
All, I am exploring all the response in this group but nothing is helping me to achieve below access model. I have below folder stricture in jerkins ProjectFolder1 AppicationFolder1 Job1-DEV

Re: Gradle Tool Failed Download

2019-09-23 Thread Sverre Moe
I have gotten this problem both for Jenkins running Java 8u221 and Java 11.0.4+11. The latest for both 8 and 11. Maven tool download works just fine, using the same JDK, so why would the gradle installer have a problem? I do not like to check in the gradle wrapper files into version control, b