Jenkins pipeline build use Jenkins file from current branch that's being built

2018-08-06 Thread Daniel Anechitoaie
Hi, I'm using Jenkins Pipeline job type and I have it build all branches (**) when a push to BitBucket is made. Currently the configuration is inside Jenkins but I'd like to have it inside a Jenkinsfile. >From what I see I need to specify a different repo/branch from where to take that file. C

Re: Is it possible to monitor how much memory each job uses?

2016-03-08 Thread Daniel Anechitoaie
run on dedicated nodes? Sure everything run in master?... > Le 7 mars 2016 8:04 PM, "Daniel Anechitoaie" > a écrit : > >> Hi, >> >> Anyone knows if it's possible to see how much memory each job uses? >> Sometimes Jenkins is killed by OS OOM killer

Is it possible to monitor how much memory each job uses?

2016-03-07 Thread Daniel Anechitoaie
Hi, Anyone knows if it's possible to see how much memory each job uses? Sometimes Jenkins is killed by OS OOM killer and I suspect this is due to some job taking up a huge amount of RAM. Any idea how/if I can monitor RAM usage on a per job basis? Thanks -- You received this message because y

Re: Signature verification failed in downloadable 'hudson.tasks.Maven.MavenInstaller'

2015-11-17 Thread Daniel Anechitoaie
tpath.disabledAlgorithms=MD2, RSA keySize < 512` (rather than < > 1024). > > On 16.11.2015, at 11:49, Daniel Anechitoaie > wrote: > > > I get the following error when I click on the "Check now" button on > manage plugins page. > > Any idea what's

Signature verification failed in downloadable 'hudson.tasks.Maven.MavenInstaller'

2015-11-16 Thread Daniel Anechitoaie
I get the following error when I click on the "Check now" button on manage plugins page. Any idea what's going on? This is a fresh installation of Jenkins 1.638 on CentOS 7.1 running on Java 1.8.0_66-b17 Signature verification failed in downloadable 'hudson.tasks.Maven.MavenInstaller' (show det

How to extend $PATH used by Jenkins?

2015-11-10 Thread Daniel Anechitoaie
Hi, I have some stuff installed in /opt/ How can I add this to $PATH so that it's visible in Jenkins? -- 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 jenkins