Re: Is the Jenkins plugins server down?

2020-11-13 Thread zil...@gmail.com
Thank you! On Friday, November 13, 2020 at 4:21:06 PM UTC-5 slide wrote: > The plugin site is currently having issues. The infra team is working VERY > hard to resolve the issue. > > On Fri, Nov 13, 2020 at 2:06 PM zil...@gmail.com wrote: > >> I'm trying to update my plugins from my Manage

Is there a way to add my own project to the jenkinsci github organization?

2020-11-13 Thread Artem Salimov
I recently developed a useful tool (at least for my small team) https://github.com/gocruncher/jenkins-job-cli which helps us to conveniently run any Jobs from the Command line. and I would like to add this project to the https://github.com/jenkinsci organization I wonder is there any chance of

Is there a way to add my own project to the jenkinsci github organization?

2020-11-13 Thread Artem Salimov
I recently developed a useful tool (at least for my small team) https://github.com/gocruncher/jenkins-job-cli which helps us to conveniently run any Jobs from the Command line. and I would like to add this project to the https://github.com/jenkinsci organization I wonder is there any chance of

Re: Is the Jenkins plugins server down?

2020-11-13 Thread Slide
The plugin site is currently having issues. The infra team is working VERY hard to resolve the issue. On Fri, Nov 13, 2020 at 2:06 PM zil...@gmail.com wrote: > I'm trying to update my plugins from my Manage Plugins page and I'm > getting this error. I also get the error if I cut/paste the URL

Is the Jenkins plugins server down?

2020-11-13 Thread zil...@gmail.com
I'm trying to update my plugins from my Manage Plugins page and I'm getting this error. I also get the error if I cut/paste the URL to my browser. java.io.IOException: Server returned HTTP response code: 503 for URL: https://get.jenkins.io/plugins/ldap/1.25/ldap.hpi at

Re: Renew expired certificate for Jenkins SAML plugin

2020-11-13 Thread Ivan Fernandez Calvo
Yes, it is correct, you have to import the certificate you see in the JENKINS_HOME/saml-sp-metadata.xml file(or in the URL you marked in the screenshot) in your IdP El viernes, 13 de noviembre de 2020 a las 21:05:07 UTC+1, david...@gmail.com escribió: > Thanks all for the replies. > > I have

Re: Renew expired certificate for Jenkins SAML plugin

2020-11-13 Thread Igor David
Thanks all for the replies. I have generated a new JKS via the following command (had different values): $JAVA_HOME/bin/keytool -genkeypair -alias saml-key -keypass \ -keystore /path/to/saml-key.jks -storepass \ -keyalg RSA -keysize 2048 -validity 3650 I then pointed in Jenkins UI to the

Re: How to conditionally execute a step based on changeset (multiple paths)?

2020-11-13 Thread geoffroy...@gmail.com
Thanks for the hint, seems multiple changeset entries solution is simple enough in our case. I would go for regex for a more complex use case Regard -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop

CustomTool installation issue with large Matrix job (race condition)

2020-11-13 Thread Geoffroy J
Hello I have a fairly large matrix job (30 environments). For one matrix environment only, I need to install a dedicated tool (Sonarqube build-wrapper). CustomTool works perfectly fine for this purpose. However, as CustomTool installation is defined as a build wrapper step, it get activated for

Re: Jenkins Windows Download 503 Error

2020-11-13 Thread Slide
The issue is still being worked on. On Fri, Nov 13, 2020 at 9:03 AM Alan Sparks wrote: > Any updates today on the download issues? Have a couple of plugin updates > that won’t complete. > > Checked Internet connectivity from Jenkins, seems to be OK. > > > > java.io.IOException: Server returned

RE: Jenkins Windows Download 503 Error

2020-11-13 Thread Alan Sparks
Any updates today on the download issues? Have a couple of plugin updates that won’t complete. Checked Internet connectivity from Jenkins, seems to be OK. java.io.IOException: Server returned HTTP response code: 502 for URL:

error indexing C++ .h files on sonarqube with jenkins

2020-11-13 Thread jesus fernandez
It is my first time using sonarqube. I am using 7.9.4 version with the community cxx plugin. I tried in a super simple project and it worked so I went for a bigger project but I keep getting this error everytime I try to build my pipeline ```Language of file 'Source\age3\abilities.h' can not