1

I am trying to set up an auto build using Jenkins. All I have to do is whenever there is a code change in the database, the automated build should happen and the build version should have the latest number. I saw all the websites using Jenkins with Git or other version control systems. I just want to have a clear picture about Jenkins and its complete details. Is there any possibility that I can use Jenkins with IBM Rational Synergy?

It would be great if i could get any available links or tutorials.

Captain Obvlious
  • 19,754
  • 5
  • 44
  • 74
pranathi
  • 383
  • 4
  • 6
  • 16
  • How do you plan to use Jenkins with `IBM DOORS`? I think that's a requirement management tool not a version control system. Do you mean `IBM Rational CM/Synergy`? – Technext Sep 03 '14 at 04:17
  • Yes its IBM Synergy . I wanted to use for version control system . IS that possible ?? – pranathi Sep 03 '14 at 14:19
  • Yes, very much! Check my answer. By the way, i wasn't sure that there was a Synergy client plugin. I used to administer Synergy in my first job. That time it was CM Synergy by Telelogic :) – Technext Sep 03 '14 at 15:45

1 Answers1

1

You can learn about Jenkins here. For build to automatically happen, you just have to enable Poll SCM option in Build Triggers section. You can check this link which shows how to setup your job using Poll SCM option. You should also check this link for setting up Quiet period which is a good to enable when using Polling feature.

If you are using IBM Rational CM/Synergy, there is a plugin for it. Install it and get going! :)

Community
  • 1
  • 1
Technext
  • 7,887
  • 9
  • 48
  • 76