Re: Error following installation steps for Jenkins

2016-07-29 Thread Baptiste Mathus
I guess this is because centos 5 is pretty old and probably does not have let's encrypt root certificates installed. Even surprised you were able to find a JDK 7 (or 8, better BTW) on this. BTW for a master you probably want to use a more recent platform, and use an agent if you need to build on

Creating a plugin to show results beside all downstream jobs for each build without blocking.

2016-07-29 Thread Jeremiah Bunton
Hello!! I would like to build a plugin that allows me to be able to click on upstream job builds and show the status of the downstream jobs the same way it is shown for the last build that ran. So far the only way I have found is to have the upstream job block until all downstream jobs

Re: Automate Jenkins install on Kubernetes

2016-07-29 Thread Warren Strange
Bumping this thread again Does anyone have a good strategy for automating the install and configuration of Jenkins on K8s? On Monday, June 13, 2016 at 12:41:23 PM UTC-6, Warren Strange wrote: > > > > Does anyone have a good way to automate the installation of Jenkins on > Kubernetes,

Re: Is `concurrency: 1` on a stage in multibranch pipeline build supposed to apply to all branches for that build?

2016-07-29 Thread Greg Smith
Was watching the new release notes for some plugins, and happened to find this: JENKINS-34547 Converted concurrency setting to a job property, allowing it to be defined in a multibranch Jenkinsfile via the properties step. It looks like it

Re: Error following installation steps for Jenkins

2016-07-29 Thread Glenn Caccia
Actually resolved the issue. I used wget to download the key locally and then was able to import. When using wget, had to use the flag to not check certificate... ERROR: cannot verify jenkins-ci.org's certificate, issued by `/C=US/O=Let's Encrypt/CN=Let's Encrypt Authority X3': Unable to

Re: Groovy script other script tools functions

2016-07-29 Thread jerome
Seem like the pipeline output cannot be parsed by the console log parser (he don't see them inside the node, some flushing or redirection is not properly done). so I'm move back to Python and did a simple script invoke with batch (this work): bat "\"${bcad.python_2_exe}\"

Error following installation steps for Jenkins

2016-07-29 Thread Glenn Caccia
I'm trying to install 2.7.1 LTS on a CentOS 5.6 box. I'm following the instructions for "*Installing Jenkins on Red Hat distributions* ", which states the following... sudo wget -O

[pipeline] After upgrading to Jenkins 2, can't upgrade the Pipeline plugin from 1.14 to 2.x

2016-07-29 Thread Phil Viana
I upgraded my Jenkins instance from 1.x to 2.x. The Pipeline plug-in stayed at 1.14, whilst the 2.2 version is available. I tried uninstalling the Pipeline plug-in and all the dependencies I could. However, what I have now is a list of pipeline-related plugins on 1.14 that are greyed out and

Job Import Plugin

2016-07-29 Thread vivek . dhrhel
Hi Guys, I am using Gearman to run the jobs to multiple jenkins master but both dashboards are different since jobs are different on both of them . I used jenkins-job-builder to keep them in sync but it's tough to generate yaml for complex jobs( specially for newcomers ) . I used jobs

Not loading node configuration page

2016-07-29 Thread Vijay Mali
I am trying to access node configuration page for configuring or edit the configuration of existing node but the page is not loading at all. Can anyone help on this. Thanks. -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from

Re: Jenkins v2.15 with Git plugin v2.5.2

2016-07-29 Thread Antonio Hernandez
Hi mark i've got the same thing, the parameters doesn't have apparently nothing to be with that issue Thanks anyway El viernes, 29 de julio de 2016, 14:18:46 (UTC+2), Mark Waite escribió: > > Have you considered copying that job into two jobs, one that builds the > DEV branch, and one that

Re: Jenkins v2.15 with Git plugin v2.5.2

2016-07-29 Thread Mark Waite
Have you considered copying that job into two jobs, one that builds the DEV branch, and one that builds the parameterized branch? On Friday, July 29, 2016 at 12:58:24 AM UTC-6, Antonio Hernandez wrote: > > Hi there, > I'm living a nightmare because Git plugin behaviour. I have a proyect with >

Re: Is there any Jenkins plugin available to get all the active branches in a Bitbucket cloud repository?

2016-07-29 Thread Mark Waite
I really like the "multi-branch" plugins ("Multi-branch project plugin" - https://wiki.jenkins-ci.org/display/JENKINS/Multi-Branch+Project+Plugin and "Pipeline Multibranch Plugin" - https://wiki.jenkins-ci.org/display/JENKINS/Pipeline+Multibranch+Plugin and GitHub Organization Folders) because

Is there any Jenkins plugin available to get all the active branches in a Bitbucket cloud repository?

2016-07-29 Thread Vadivel Natarajan
Hi All, I started to work with Jenkins for a week. I have referred the Jenkins plugins and implemented a Jenkins to build the source. Now, I need to get all the active branches in a BitBucket cloud repository from a Jenkins job(automatically) and build the sources for the particular branch

Re: How to get Jenkins 2.0 multi branch pipeline and bitbucket 4.8.1 web hook working?

2016-07-29 Thread Jeroen Reijn
Hi Otavio, Yes it tried that, but it did not seem to work or i misconfured something. I think I found a solution with pending PR in the bitbucket source plugin. Jeroen Op do 28 jul. 2016 om 23:32 schreef Otávio Augusto Soares < otavi...@gmail.com> > Have you tried using the "Trigger builds

Jenkins v2.15 with Git plugin v2.5.2

2016-07-29 Thread Antonio Hernandez
Hi there, I'm living a nightmare because Git plugin behaviour. I have a proyect with mutiple SCMs with the following configuration: so, it's setted to build a