Re: deleted job

2016-06-12 Thread Baptiste Mathus
Hi, Didn't check in the logs trying to do it, but I don't think there is if you didn't have the Audit Trail plugin. Cheers 2016-06-07 16:19 GMT+02:00 CORNELIA SARBU : > Hello, > > I can not find a job on a jenkins master machine. Is there a way to > identify if that job was deleted by an user,

Re: Jenkins plugin for Directory Parameter

2016-06-12 Thread Baptiste Mathus
Nope. Please note that would require your browser to be able to do that. So, it's unlikely you find it. Or it'd require some flash or applet on the client side, but those tech are quickly disappearing from our field. Cheers 2016-06-08 9:44 GMT+02:00 sivarajesh jarugula : > I know there is a Plug

Re: Pipeline holds executor while waiting for Input

2016-06-12 Thread Baptiste Mathus
Where did you put the `input` step call? If you put it *inside* a node {} then it's an expected behaviour. If you put it outside, then it's a bug I would please ask you to file against the tracker. More precisely: node { ... input .. // will hold the node } node { ... } input .. // won't

Re: How to *properly* switch from Maven-style jobs to Freestyle jobs?

2016-06-12 Thread Baptiste Mathus
We have 90% of Maven builds. And we switched from maven to freestyle years ago. The things you list are not among the thing I miss, the only one I admit was great was being able to do incremental builds easily. See inline below. 2016-06-09 9:39 GMT+02:00 Jorg Heymans : > Just want to add to this

Re: Code completion in IDE (intellij or eclipse) for Jenkins when editing groovy scripts

2016-06-12 Thread Baptiste Mathus
Hi, That article could help get you started with Eclipse, (install the Groovy support) (in case you wonder, and as I already had that question on IRC, Groovy is a general purpose language, unrelated to the Jenkins development per-se) http://www.mdoninger.de/2011/11/07/write-groovy-scripts-for-jen

Re: anonymous user can cancel job

2016-06-12 Thread Baptiste Mathus
Difficult to help you with so few details, but in case you wonder it is indeed possible to do such restrictions. So check the pseudo-user anonymous permissions maybe. 2016-06-09 20:40 GMT+02:00 Hector Magnanao : > I have a matrix user setup on Jenkins. I have disabled the permission for > anonym

Re: Is pipelining right for me?

2016-06-12 Thread Baptiste Mathus
Just a reminder: "Pipelining", or pipelines, are also a general and trendy concept we see in software delivery those days (google for Continuous Delivery, The Phoenix Project, Lean Software Development and so on). So, in general, what you may want to question first is the fact you want to create s

Re: How to *properly* switch from Maven-style jobs to Freestyle jobs?

2016-06-12 Thread Victor Noël
So Baptiste, how did you handle the matter of triggering build of dependent modules? Do you have one job per module or is it more one job for a multimodule project without dependencies to other jobs's modules? Here we have something like 200 jobs for 200 maven modules and we rely extensively on

Specify deployment servers as job parameters

2016-06-12 Thread Marco Sacchetto
Hi all, I'm struggling to find some elegant solution to this problem, so I'm asking if anybody got stuck with this before and if any specific plugin exists that might take me to the solution. I need to dynamically build one or more configuration files and to deploy them to a number of servers.

Re: How to *properly* switch from Maven-style jobs to Freestyle jobs?

2016-06-12 Thread Arnaud Héritier
On Sun, Jun 12, 2016 at 2:48 PM, Baptiste Mathus wrote: > We have 90% of Maven builds. And we switched from maven to freestyle years > ago. > The things you list are not among the thing I miss, the only one I admit > was great was being able to do incremental builds easily. > > See inline below.

Re: Renaming job leaves old workspace around?

2016-06-12 Thread Arnaud Héritier
It is known missing feature :( If you delete or rename a job it won't automatically rename/delete workspaces on slaves (and it's not easy to do because slaves aren't necessarily online when you do the operation). The workspace cleanup plugin cannot cover this too. I don't know if there is an issue

Configure Publish Over SSH server if password changed overtime

2016-06-12 Thread Reinaldo Chandra
Hi, Currently I'm using password authentication for connecting to the server. However, my company policy forces the password to be newly generated upon new access. I don't want to change the configuration every time. How can I configure this with the Publish Over SSH plugin? Thank you. -- You r

Re: Jenkins plugin for Directory Parameter

2016-06-12 Thread sivarajesh jarugula
Hi Mathus, So, You say that I can not find any jenkins plugin that will have a browse button for a directory instead of a file (like in File parameter) :-( Thanks, Siva Rajesh On Sun, Jun 12, 2016 at 6:03 PM, Baptiste Mathus wrote: > Nope. Please note that would require your browser to be abl

Re: Configure Publish Over SSH server if password changed overtime

2016-06-12 Thread Richard Bywater
Are you not able to move to key based Auth? Richard On Mon, 13 Jun 2016, 2:05 PM Reinaldo Chandra wrote: > Hi, > Currently I'm using password authentication for connecting to the server. > However, my company policy forces the password to be newly generated upon > new access. > I don't want to

Re: How to fix exception 'Could not create rootDir ' ?

2016-06-12 Thread mail
Hi, this is part of JobConfigHistory. I commented on the issue tracker: https://issues.jenkins-ci.org/browse/JENKINS-35421 Am Montag, 6. Juni 2016 15:44:58 UTC+2 schrieb David Aldrich: > > Hi > > I see exceptions similar to the following in our Jenkins system log. We > are running Jenkins 1.6