Re: Multiline regex not working in Build Failure Analyzer Plugin

2017-08-05 Thread Shiran
Hi Robert, Thank you for your help. The regex you suggested,* (?s)Segmentation fault(.*)busy: Error! failed to run driver tests*, is not working for me. Maybe it has something to do with the plugin or/and Jenkins version? Thanks! On Friday, August 4, 2017 at 12:07:40 PM UTC+3, Robert Sandell wr

Re: Fingerprints for files with same checksum in API

2017-08-05 Thread Tammy Osborn
More info.. When I click on view fingerprints in the build, it takes me to https://jenkinshost/job/webapps/view/myview/job/IRAD-CoreBuild/1/fingerprints/ FileB is listed there Then when I click on "More details" link it takes me to https://jenkinshost/fingerprint/2e24226ea848c9bbb946e50740a4dbeb

Re: [Q] "Scan Repository Now" via api

2017-08-05 Thread Stephen Connolly
On Sat 5 Aug 2017 at 18:00, Budding Mechanic wrote: > So if Jenkins is restarted and scheduleBuild(0) is called during startup, > the scan will occur for the org and all builds will start. > > But technically, the only branches that will actually build are the ones > in which the SHA changed sinc

Re: [Q] "Scan Repository Now" via api

2017-08-05 Thread Budding Mechanic
So if Jenkins is restarted and scheduleBuild(0) is called during startup, the scan will occur for the org and all builds will start. But technically, the only branches that will actually build are the ones in which the SHA changed since the last successful build? eg. while Jenkins was down, a

Re: Is it possible to make a mix job with Freestyle and Pipeline ?

2017-08-05 Thread Eldad Cohen
Thanks on the detailed answer. Is it a good practice ? -- 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 jenkinsci-users+unsubscr...@googlegroups.com. To view thi

Re: Jenkins: Lost Admin Credentials - How to set new admin?

2017-08-05 Thread Baptiste Mathus
https://jenkins.io/doc/book/operating/security/#disabling-security Le 4 août 2017 15:08, "BJ" a écrit : We know longer have the password to the admin account for Jenkins. How can we set a new Admin or reset the pwd for the old account? Is this possible? -- You received this message because yo

Re: jenkins is very slow after a long time running

2017-08-05 Thread Baptiste Mathus
There can be dozens of for this, you need to provide more details. Is this system healthy, or does it swap, do you not build on master like recommended, or is there builds running there that could affect the server system? Is the JVM memory ok, or not (GC logging). What is your master doing (thread

Re: [Q] "Scan Repository Now" via api

2017-08-05 Thread Stephen Connolly
`scheduleBuild(0)` on the multibranch project is the api for scanning now (as a build of a multibranch project is a scan) On 5 August 2017 at 04:57, Stephen Connolly wrote: > Scan repository now will always kick off builds of branches that have > changes since the last scan where those changes w

Re: [Q] "Scan Repository Now" via api

2017-08-05 Thread Stephen Connolly
Scan repository now will always kick off builds of branches that have changes since the last scan where those changes were missed by the event handler... so you are kind of asking for the non-possible On 4 August 2017 at 06:13, Budding Mechanic wrote: > Hi, > > I'm using the multibranch pipeline

Re: Is it possible to make a mix job with Freestyle and Pipeline ?

2017-08-05 Thread Victor Martinez
You can use pipeline and orchestrate Freestyle jobs: - https://jenkins.io/doc/pipeline/steps/pipeline-build-step/#build-build-a-job For instance, see the below declarative pipeline snippet: pipeline { agent any stages { stage('Build TFSVS') { steps {

Is it possible to make a mix job with Freestyle and Pipeline ?

2017-08-05 Thread Eldad Cohen
Hi, This requirement have raised since there is no support for TFS plugin with pipeline. My project is using TFSVS code. Thanks -- 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,