Search code examples
jenkinscommand-linesiebelincremental-compiler

Siebel Incremental Compile - Automation Feasibility with Jenkins


I am currently working on to Automate Siebel compile through jenkins, As we all know for full compilation there is a command, however i am unable to do the same for Incremental compilation, most of the result says incremental compilation cannot be automated, is there any way? Please help


Solution

  • As others have already told you, there is absolutely NO way to do an incremental compile from the command line via Siebel Tools. If you insist on doing this, you will have to find a way to automate mouse clicks from Jenkins. I have seen some projects have automated tests on forms, using Jenkins slave, autoit and vbscripts. Theoretically, this can be used to open siebel tools, select objects and compile.

    But there is lot of work involved, and the payoff might not be much.