Run build on Triggerd job only if sources have changed

2016-05-13 Thread Matthieu Vincent
HI all, I'd like to know if it is possible to avoid a job to build if there are no change on source. In my case, I've a job triggered by another one and I'd like this job to build (and so to deploy in my maven repo) only if sources managed by this job have build changed. In other cases, job ju

Jenkins with JDK IBM 1.5

2012-05-21 Thread Matthieu Vincent
Hi, i'm trying to run a job on a JDK IBM 1.5 (needed to call some ant tasks for ejb deployment...). On my machine, maven build works fine, but when i try to run it on my jenkins master, i get the following error : java.io.IOException

[Jenkins] Access to changelog.xml from plugin

2012-04-06 Thread Matthieu Vincent
Hi, I'd like to implement a plugin that can access the changelog XML file generated at the begininng of build in order to use information within it for some reports generated at the end of build. How can I access this file from my plugin as I'm in a master/slaves Jenkins environment ? Thanks fo