Jenkins Recycle/Restart Script for Ubuntu

2016-10-04 Thread Julian Biddle
I have troubles where jenkins gets slower and slower, then crashes. I will be investigating the problem, but in the interim I created a script that others might be interested in. It is designed to perform a "safe restart" (which waits for builds to finish). I run this every 2 hours using cron

Re: Push git tag as promoted action fails

2014-01-20 Thread Julian
I'm facing the same problem with Jenkins v1.547 and the Promoted Builds v2.14. As there is no detailed log output to provide further information I'm wondering if someone else already has a working setup? -- You received this message because you are subscribed to the Google Groups "Jenkins Use

Re: How to use the REST API to submit and follow jobs

2013-11-23 Thread Julian Payne
Daniel, That looks like exactly what I need. Thanks for the information. Regards, Julian On Friday, November 22, 2013 11:56:28 AM UTC+1, Julian Payne wrote: > > I am trying to use the REST API to submit a job and follow it's progress. > The problem that I am facing is that I

How to use the REST API to submit and follow jobs

2013-11-22 Thread Julian Payne
I am trying to use the REST API to submit a job and follow it's progress. The problem that I am facing is that I can not see a fool-proof way to know what is the job number of the new job when I submit using job/MyJob/buildWithParameters What I get back as JSON is designed for the UI but does n

Matrix build performs full checkout

2013-02-21 Thread Julian
Hi, I could only find a really old post through Google about this, but I notice that the Master node, when using SVN at least, always checks out everything even though my project only really builds things on a slave. For instance, I have a Windows master machine with an OSX project. The OSX sla

Unable to find current vision in submodule path 'corelibs''

2013-02-04 Thread Julian
Hi, I'm having an issue where I can't get Jenkins to checkout a project that has a submodule in it (which contains further submodules), but I am able to do so myself. For instance, if I manually run: git clone [repository-url] [chdir into repository] git submodule update --recursive --init

Artifacts permissions

2012-06-22 Thread Julian Pawlowski
="-Dhudson.security.ArtifactsPermission=true" Jenkins service is starting successfully but I am unable to find any visible option to configure access to the artifacts for my projects (I am using project-based security). Can anybody give me a hint or is this hidden feature out of date? Regards, Julian