Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
integration [2021/02/17 19:03] admin [Integration with External Tools] |
integration [2021/02/25 22:23] (current) admin [Integrate TestOptimal in your java project (Java /IDE Connector)] |
||
---|---|---|---|
Line 10: | Line 10: | ||
* [[# Integrate TestOptimal in your java project (Java /IDE Connector)]] | * [[# Integrate TestOptimal in your java project (Java /IDE Connector)]] | ||
* [[# Integrate TestOptimal in your web project (javascript/ | * [[# Integrate TestOptimal in your web project (javascript/ | ||
- | * [[plugins# | + | * [[plugins# |
---- | ---- | ||
Line 73: | Line 73: | ||
---- | ---- | ||
==== Jenkins ==== | ==== Jenkins ==== | ||
- | Add steps to [[https://www.jenkins.io/ | Jenkins]] build job to run models using // | + | For current version v6, you would use REST API documented at http://localhost: |
- | This feature is only available for V5.0. For v6.0, you would achieve the same with http://localhost:8888/ | + | For V5, add steps to [[https://www.jenkins.io/ |
- | + | | |
- | | + | |
* Add //admin// to connect to [[runtime_server | Runtime Servers]] | * Add //admin// to connect to [[runtime_server | Runtime Servers]] | ||
* select menu //Jenkins / Credentials// | * select menu //Jenkins / Credentials// | ||
Line 109: | Line 108: | ||
// | // | ||
- | You can use these REST APIs to access start and stop model execution, access model artifacts/ | + | You can use these REST APIs as documented at http:// |
==== Organization of REST APIs ==== | ==== Organization of REST APIs ==== | ||
Line 150: | Line 149: | ||
< | < | ||
< | < | ||
- | < | + | < |
</ | </ | ||
Line 158: | Line 157: | ||
See [[http:// | See [[http:// | ||
+ | |||
+ | ---- | ||
==== Integrate TestOptimal in your web project (javascript/ | ==== Integrate TestOptimal in your web project (javascript/ | ||
Line 272: | Line 273: | ||
You may try out above sample scripts with the web client bundled in // | You may try out above sample scripts with the web client bundled in // | ||
- | http:// | + | http:// |