Re: Declarative Jenkinsfile for pullrequests.

2017-09-19 Thread Kai Mildner
I'm using the declarative Format, maybe with scripted parts? I'm not sure. Here is a short example how i do the checkout. pipeline{ agent {label 'master'} triggers { pollSCM('H 0 1 1 0') } options{ buildDiscarder(logRotator(numToKeepStr: '3')) timeout(time: 1, unit: 'H

Pipeline jobs getting stuck on Jenkins master

2017-09-19 Thread Chris Packham
Hi, We've got a setup with a mix of Pipeline, Multi-configuration and Freestyle jobs. We have a Jenkins master and many slave nodes for executing the builds. Most of the time the pipeline jobs move onto one of the slave nodes (chosen by the agent label) but occasionally we see issues where one of

Re: Declarative pipeline: how to execute steps before SCM checkout

2017-09-19 Thread Mark Waite
I don't know of a way to inject yourself prior to a shared pipeline library. On Tue, Sep 19, 2017 at 2:37 PM Elifarley Cruz wrote: > Thanks, that worked as you described, but what if I need to perform a > script BEFORE the code of a global shared library is checked out? > > > On Monday, Septembe

Re: Declarative pipeline: how to execute steps before SCM checkout

2017-09-19 Thread Elifarley Cruz
Thanks, that worked as you described, but what if I need to perform a script BEFORE the code of a global shared library is checked out? On Monday, September 11, 2017 at 10:51:47 PM UTC-3, Mark Waite wrote: > > As far as I understand it, you'll need to prevent the implicit checkout > that is part

How do I configure "Scan Multibranch Pipeline Triggers" in my jenkinsfile?

2017-09-19 Thread red 888
Right now I manually configure my multibranch pipeline jobs and set "Scan Multibranch Pipeline Triggers" to 3 minutes. How do I put this in my jenkinsfile? I can't find examples of this. Is Scan Multibranch Pipeline Triggers available in the "triggers{}" block? -- You received this message bec

Re: Github Enterprise support in Blue Ocean

2017-09-19 Thread Cliff Meyers
Hi Sangeetha, Can you post the response headers and response body from your cURL request? Please redact any information you feel might be sensitive, or if you prefer contact me directly via e-mail. The code that validates the endpoint URL expects some specific data in the response headers and bod

Re: Declarative Jenkinsfile for pullrequests.

2017-09-19 Thread Joshua Noble
Are you using scripted or declarative pipelines to do this? I highly suggest using the declarative format. What Git source control provider are you using? If you're using GitHub, ensure that you're using the GitHub Branch Source plugin too as it will automatically do the checkouts for you and f

Re: Jenkins compatibility with subversion plugin

2017-09-19 Thread Slide
The plugin manager will only show versions that are compatible with the version of Jenkins you are running. Is there a reason you are using a version that is so old? On Tue, Sep 19, 2017 at 4:07 AM bharat joshi wrote: > > I am using jenkins version > 1.534 > Can any one please help me out with w

Jenkins compatibility with subversion plugin

2017-09-19 Thread bharat joshi
I am using jenkins version 1.534 Can any one please help me out with what will be the compatible version of Subversion plugin for the same Regards Bharat Joshi -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and

Declarative Jenkinsfile for pullrequests.

2017-09-19 Thread Kai Mildner
Hi, i have a Jenkinsfile in my repository. On Jenkins i setted up a Multibranch Pipeline Project for the repository. Everything is fine, it builds via Jenkinsfile for everey branch i create and triggers also on push etc. Now i want to also build at pull requests. So the pull request is t

Build issue on jenkins

2017-09-19 Thread Nat Raj
Hi Team, We have a doubt about jenkins build process, We installed and configured jenkins on aws hosting (Linux), I got unstable error when i use 755 permission but i didn't get any issues when i use 777 permission to the directory, Please guide me how to fix the unstable issue using 755 perm

Re: build user id in declarative pipeline

2017-09-19 Thread Russ Cox
Cheers, yeah I have it set out like that currently but need to repeat this for each and every stage and post section. Ideally I could set this variable in the 'environment' section so it's available throughout the script On Thursday, 14 September 2017 00:01:47 UTC+1, Andrew Bayer wrote: > > P

Error when Tooltip is over a dot from Jenkins

2017-09-19 Thread Ana MB
Hi guys, I have a graphic like this: *https://www.highcharts.com/demo/spline-plot-bands * and I'm having a problem when I try to get the info inside of every dot. My tooltip is on the dot and Selenium doesn't recognize the dot and returns erro