webMethods

webMethods

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
Expand all | Collapse all

Deploy selected package to CI CD with jenkin

  • 1.  Deploy selected package to CI CD with jenkin

    Posted Wed December 16, 2020 05:37 AM

    I config build.source.dir in master_build/build.properties with location of git package folder
    I wonder when build,deploy… does is build all package in dir? If I only changed one package , it still build all packages in git repo folder?

    Is there anyway to choose only pushed code to build and deploy to remote folder?


    #webMethods
    #Integration-Server-and-ESB


  • 2.  RE: Deploy selected package to CI CD with jenkin

    Posted Wed December 30, 2020 03:05 AM

    I find solution to choose what package to deploy to other server when CI CD is pass only package directory to build.source.dir in ABE master_build


    #webMethods
    #Integration-Server-and-ESB