How to store changes in build

14 views
Skip to first unread message

bob M

unread,
Feb 11, 2015, 10:18:51 AM2/11/15
to jenkins...@googlegroups.com
Dear groups,

Greetings !!

I'm very new to jenkins and looking forward to tweak my jenkins server further.

I have configured a job which successfully build after git cloning. But how can I make
reproduceable build ? The workspace simply have the cloned file and I am still striving to find out
to store the build along with changes.

I have one more job to build with "rsync over ssh" and its workspace is empty as well as
no information about the changes at build history.

Could anyone please suggest how can I store the changes in build and produce such build which
can be reproduceable ?

thanks

Les Mikesell

unread,
Feb 11, 2015, 11:48:39 AM2/11/15
to jenkinsci-users
What kind of 'changes' do you mean? Normally you want to pull
everything from your source control system including whatever command
or script it takes to do the build and just run that command, so any
time you check out that revision/tag you get the same thing whether
jenkins does the build or not. If you are making changes, you should
be committing them back, and generally tagging the ones you want to be
able to easily reference again.

--
Les Mikesell
lesmi...@gmail.com
Reply all
Reply to author
Forward
0 new messages