I maintaing a rogue Jenkins installation which has no access to the SCM.
I build with a shell script that launches the job by ssh to another
account on a remote host. At the end of the build, I rsync relevant
files and make them artifacts, including a file containing the
differences (diff -u) introduced in the build. I wanted this file to be
linked to the ChangeLog or to a "Changes introduced in this build" button.
Martin
On 12-04-01 03:45 PM, Grégory Boissinot wrote:
At the moment, there is no available solution without SCM.
However, you can look at the XTrigger plugin providing a change log.
What is exactly your use case?
On Sat, Mar 31, 2012 at 1:26 PM, bl0ck3r <martin.danjo...@gmail.com
<mailto:martin.danjo...@gmail.com>> wrote:
Is it possible to have a ChangeLog parser without developing the
full SCM plugin?