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
Siebel Incremental Compile - Automation Feasibility with Jenkins
406 Views Asked by Manoj Gangadharan At
2
There are 2 best solutions below
0
user14202574
On
Incremental compilations are not currently possible in Siebel Tools (any version) using command line switches. Incremental compile using siebdev is currently not supported.
From Siebel BookShelf v8.0: Using Siebel Tools > Compiling and Testing > Command-Line Interface for Import, Export, and Compilation, only mentions the full compile option but no partial compilation option.
Enhancement request “Ability to perform incremental compile using command line” has requested the ability to do the following:
Select specific project/object
Compile all locked projects
Compile all projects owned by user x
Enhancement has been closed and rejected.
Related Questions in JENKINS
- Shellscript touch command not working in jenkins pipeline
- Jenkins Docker Agent Configuration Issue: Connection Refused on Local Ubuntu Install
- How to add more input text box in dynamicreferenceparameter in jenkins
- Jenkins pipeline script: Accept merge request from Gitlab
- Jenkins Exec Format Error while cloning repo
- Post checkmarx scan weblink on the Jenkins Build status page
- Exclude a file from merging to the main branch
- Created Jenkins pipeline and added the script in the Pipeline Description.To check out the Project from the svn repository.NotWorking. Any Suggestion
- How to write a Jenkins Pipeline script to fetch needed repo?
- trouble to trigger Jenkins job
- Unable to start jenkins in amazon linux 2: start request repeated too quickly
- is not a valid Cucumber report! String length (20054016) exceeds the maximum length (20000000)
- Run cleanup function in Python when Jenkins job is aborted
- Jenkins pipeline map is getting converted to an array but it's too large I think?
- How do I list which Jenkins credentials used per pipeline in the script console?
Related Questions in COMMAND-LINE
- ZSH function parameters conundrum
- Parse command line arguments and write useful usage message without additional code
- Playwright JS: Getting an error when debugging using line numbers
- NPM Command Line Tool - Command not working
- How to get argument from Command line for my python package
- Send a json command to an app at a known port/address?
- Using command to open Privacy & Security > Proflies page
- Extract filepaths of .MP4 files in subfolders of main folder to textfile
- Does Mac OS have different Git versioning?
- Trouble Fetching Go Modules: Network Timeout When Accessing proxy.golang.org
- Why does command substitution work in these ways?
- Finding total RAM consumption of process, including swap
- When using the ripgrep command in the Terminal how can I search for files which contain one pattern AND another pattern?
- I can't use command "start" in git bash
- Executing a Jupyter Notebook from the Command Line with a Specified Kernel
Related Questions in SIEBEL
- Issue While Copying Data from a Oracle Siebel View using ADF
- Lookup table maintenance in Siebel?
- Siebel Open UI - View Applet not able to extend Applet PR
- Siebel table apply doesn't affect the database
- Send email for Siebel tasks running longer than 2 hours in Linux 7
- SIEBEL CRM Column ID
- Field to connect between Child BC and Parent BC
- Siebel incremental backups to a non Siebel DB
- Finding current Query-ed field Siebel
- Make Fields editable when Checkbox is ticked SIEBEL CRM
- Filter Picklist by 1 Value
- NoClassDefFoundError while integrating pdfbox jar file with siebel
- how to add new business component in Siebel web tool
- How to add a day to Date field in RTF template for BIP
- Customizing an applet title in siebel
Related Questions in INCREMENTAL-COMPILER
- Cannot understand how incremental assemblers/compilers/image-based systems work
- Understanding Incremental Environment in the context of annotation processing in Java
- How do header files and makefiles help incremental compilation in c++?
- Is is possible to have a linker generate a binary, that is as close to the previously generated one as possible?
- How to properly deal with class dependencies to utilize incremental compilation in Java/Android with Gradle?
- Siebel Incremental Compile - Automation Feasibility with Jenkins
- What does Rust's lack of incremental compilation mean, exactly?
- When does IntelliJ's Scala incremental compilation happen?
- Preserve results of sbt incremental compilation when moving project directory
- broken SBT compilation - bug or feature?
- How often is "incremental compilation" performed on Java in Eclipse/ Intellij?
- SBT-web incremental compilation with file dependencies
- C++ Compilation Error: ":-1: error: error: /INCREMENTAL:NO: No such file or directory"
- GWT "No source code is available for type" when incrementalCompileWarnings flag set to true
- How to prevent SBT from recompiling modified .class files?
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular # Hahtags
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
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.