Git Product home page Git Product logo

softwareag / sagdevops-ci-assets Goto Github PK

View Code? Open in Web Editor NEW
26.0 27.0 161.0 8.28 MB

Software AG DevOps library to support assets CI (continuous integration) with webMethods 9.x and 10.0. Work together with https://github.com/SoftwareAG/webmethods-sample-project-layout

License: Apache License 2.0

XSLT 100.00%
devops automated-deployment automated-tests webmethods ant continuous-integration esb integration-server

sagdevops-ci-assets's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

sagdevops-ci-assets's Issues

Deploy TN Assets

Is there a way to deploy TN assets using this? I can't find any TN configuration.

Test Report Generation in WmTestSuite

Hi Team,

I checked SAG’s link https://github.com/SoftwareAG/sagdevops-ci-assets and tried using the WmTestSuite Feature.

We took the idea from the test file build.xml provided.

It is working but it is creating different folders for different packages and not a consolidated test report.

Kindly let us know if it is normal.
PFA the test file.xml and the folders created screenshot
E41998E0B6924AF3A4FF88143967CB02

build.zip
we are using.
Let us know if any changes are required.

Multiple IS deploying solution

Is There any way to deploy assets from one deployer machine to multi instances enviroment on diferent machines?

I found some workaround. But this is a messy solution :( because each new IS need to be added from scratch.

  1. Add to System.properties definition of new IS
devIS2Host=xxx.xxx.xxx.xxx`
devIS2Port=5555`
devIS2Username=Administrator
devIS2Password=xxxx

Add to setUpInitial.xslt

<xsl:param name="devIS2Host"/>
        <xsl:param name="devIS2Port"/>
        <xsl:param name="devIS2Username"/>
        <xsl:param name="devIS2Password"/>
<Enviroment>
<IS> 
<isalias name="dev2Server">
                               <host><xsl:value-of select="$devIS2Host"/></host>
                               <port><xsl:value-of select="$devIS2Port"/></port>
                               <user><xsl:value-of select="$devIS2Username"/></user>
                               <pwd><xsl:value-of select="$devIS2Password"/></pwd>
                               <useSSL>false</useSSL>
                               <installDeployerResource>true</installDeployerResource>
                               <Test>true</Test>
</isalias>
</IS>
</Enviroment>

Best regards

Pawel

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.