Service Virtualization

  • 1.  Jenkins DevTest Integration

    Posted Oct 13, 2017 04:31 AM

    We are trying to integrate DevTest into Jenkins and we are exploring different ways to achieve this. While going through the community discussions we found 3 options 

    1- Using Unofficial proto type jenkins plugin

    2- Using Ant

    3- Using Maven

     

    We have our DevTest installled in a remote server. So which of these 3 options will be suitable for us..Or if there is any better options, please suggest that as well.



  • 2.  Re: Jenkins DevTest Integration

    Posted Nov 07, 2017 11:31 AM

    DevTest currently does not have an integration into Jenkins.



  • 3.  Re: Jenkins DevTest Integration
    Best Answer

    Posted Nov 07, 2017 11:39 AM

    Whilst DevTest does not currently integrate directly with Jenkins at this time, there are, as you have noted, several different ways that such an integration may be achieved.

     

    Of these, arguably the best documented is that of using Ant - more information can be found here Jenkins and DevTest Integration using ANT  

     

    In addition to the methods that you list, there are potentially two more that you may wish to consider:-

     

     

    Which point of integration is best suited to your requirements will depend on many factors - you may need some experimentation to ensure that you get the best solution for your particular application.