Re: Bitbucket push-hook freeze on git rev-list (for some users)

2018-02-07 Thread Michael Neale
This seems related to: https://issues.jenkins-ci.org/browse/JENKINS-43106 as myself and a few others were seeing the same thing with github specifically and git rev-list - so not specific to pipeline. The JIRA dependencies are *that* powerfully bad? On Wednesday, February 7, 2018 at 9:00:06

Re: Static Analysis Collector Plugin and Pipelines

2018-02-07 Thread Ullrich Hafner
> Am 07.02.2018 um 16:12 schrieb Ingmar Wirths : > > Hello, > > I would like to use the Static Analysis Collector Plugin with my > Jenkins pipeline project. > > Can I do that? If so, how? > yes. step([$class: 'AnalysisPublisher‘]) You can specify all options of

Static Analysis Collector Plugin and Pipelines

2018-02-07 Thread Ingmar Wirths
Hello, I would like to use the Static Analysis Collector Plugin with my Jenkins pipeline project. Can I do that? If so, how? The only hint I found that the Static Analysis Collector Plugin might support pipelines is on the release notes for 1.49: Added trend graph support for pipelines

Re: How to keep a running docker container after a build fails?

2018-02-07 Thread niristotle okram
Pausing a build comes with an expense of a busy executor. Why not file a JIRA ticket to the plugin folks, might help someone someday. On Wed, Feb 7, 2018 at 1:47 PM, pisymbol . wrote: > > > On Wed, Feb 7, 2018 at 2:43 PM, niristotle okram > wrote: >

Re: How to keep a running docker container after a build fails?

2018-02-07 Thread pisymbol .
On Wed, Feb 7, 2018 at 2:43 PM, niristotle okram wrote: > for debugging, > why not put some more echo/ls commands to check if the file you are > looking is there or not from the container. > Sure, but it takes 30+ minutes just to get to this spot. > > The documentation

Re: How to keep a running docker container after a build fails?

2018-02-07 Thread niristotle okram
for debugging, why not put some more echo/ls commands to check if the file you are looking is there or not from the container. The documentation says: *Takes an image ID or symbolic name which must already have been pulled locally and starts a container based on that image. Runs all nested sh

Re: Who do I contact to recover my Jira login to report a Jenkins bug?

2018-02-07 Thread Daniel Beck
> On 7. Feb 2018, at 18:08, Steve K wrote: > > I think that my account is associated with my previous employer's E-mail > address, so I am unable to receive a password reset. > When attempting to reset my account, it says "If you can't figure this out, >

Re: How to keep a running docker container after a build fails?

2018-02-07 Thread pisymbol
On Monday, February 5, 2018 at 3:16:04 PM UTC-5, pisymbol wrote: > > withDockerContainer(image: "centos:7", args: "--privileged") { > stage ('Negotiate World Peace') {} > stage ("Cure Cancer") {} > > Anyone do this? I mean how does one debug build bugs in a docker

Re: Advice on how to do CI for C++/CMake project

2018-02-07 Thread James Telfer
Your requirements to have each library build in a separate job and it all sit in the same workspace are rather at odds with each other, even without using Pipeline. What you describe sounds more like a multijob project, which would then pull artefacts out of each of the library jobs for the

Who do I contact to recover my Jira login to report a Jenkins bug?

2018-02-07 Thread Steve K
I think that my account is associated with my previous employer's E-mail address, so I am unable to receive a password reset. When attempting to reset my account, it says "If you can't figure this out, contact us to get your account recovered", but it doesn't tell me who to contact. Thanks.

Re: weekly build 2.105 for mac is not available

2018-02-07 Thread Daniel Beck
> On 7. Feb 2018, at 13:02, masaru tsuchiyama wrote: > > But weekly build 2.105 for mac is not available at > http://mirrors.jenkins-ci.org/osx/?C=M;O=D > Thanks, I pinged KK about this. He's doing the releases. -- You received this message because you are subscribed to

weekly build 2.105 for mac is not available

2018-02-07 Thread masaru tsuchiyama
weekly build 2.105 for windows is available at http://mirrors.jenkins-ci.org/windows/?C=M;O=D weekly build 2.105 for redhat is available at http://mirrors.jenkins-ci.org/redhat/?C=M;O=D But weekly build 2.105 for mac is not available at http://mirrors.jenkins-ci.org/osx/?C=M;O=D Regards.

Re: How to set "Environment variables" in "Global properties" of global Jenkins configuration programmatically?

2018-02-07 Thread Victor Volle
Which error(s)? On Wednesday, February 7, 2018 at 11:36:50 AM UTC+1, Rakesh Bachu wrote: > > Hi, > This script works fine when tested from > So i want to do this with a job or a pipeline > how can i make a job or pipeline run this groovy script. > > i'm getting random errors when I try to run

Re: Open Blue Ocean keeps asking for password to admin user

2018-02-07 Thread Thiago Carvalho D Avila
Hi Baptiste, This is another problem I've already reported here. I can't sign up to JIRA. I get a message telling I will get an email due to SPAM problems, but I never receive it. I also tried to update to Blue Ocean 1.4.0, the error still persists. De: "Baptiste Mathus"

Re: Jenkins Mail Commander setup

2018-02-07 Thread Rushikesh Musale
Hi Flint, I am also struct at same point, did you get the answer how to build job by sending an email -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to

Re: Best method to copy (release installation) files to Jenkins slaves (Windows)

2018-02-07 Thread Nitesh Singhal
Hi Edin, I also got the similar scenario. We usually receive some installer file from developers and which we require to copy on multiple *windows* servers in different environments(ex: QA,STAGE etc) and run that installer using PowerShell on each server. 1. I am running my Master Jenkins on

Re: How to set "Environment variables" in "Global properties" of global Jenkins configuration programmatically?

2018-02-07 Thread Rakesh Bachu
Hi, This script works fine when tested from So i want to do this with a job or a pipeline how can i make a job or pipeline run this groovy script. i'm getting random errors when I try to run this groovy script as part of a pipleline. Thanks, Rakesh On Thursday, February 26, 2015 at 3:23:27 AM

Bitbucket push-hook freeze on git rev-list (for some users)

2018-02-07 Thread Christoph
I found the solution in this thread: https://groups.google.com/forum/m/#!topic/jenkinsci-users/9I4nND8DpZo Just downgrade the jira-Plugin to 2.5.0 -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop

Re: Jenkins Fails to restart after installing plugins , Jenkins Version 2.105

2018-02-07 Thread Victor Martinez
I guess the very first line of the stacktrace is the important one to know the root issue at smartjenkins.SmartJenkinsComputerListener.onConfigurationChange(SmartJenkinsComputerListener.java:41) which it's related to: https://plugins.jenkins.io/smart-jenkins My 2 cents -- You

Jenkins Fails to restart after installing plugins , Jenkins Version 2.105

2018-02-07 Thread Vikas Kumar Choudhary
java.lang.NullPointerException at smartjenkins.SmartJenkinsComputerListener.onConfigurationChange(SmartJenkinsComputerListener.java:41) at hudson.model.AbstractCIBase.updateComputerList(AbstractCIBase.java:231) at