Hi, I am just getting back into webMethods after a few years away (version 8.22 was the last version I was heavily involved with).
I have been asked to look at how we can implement a DevOps CI/CD approach for integration server services, mostly Flow services, using Git and Azure DevOps and I have a few questions that I am hoping someone will be able to help me with.
-
Can I integrate with Git without having the ability to create a local development project (we are not licensed for local development)?
-
How can I incorporate unit testing as part of the build process without using WmTestSuite (again a licence constraint). Can we use something like JUnit?
-
What does a build do in relation to flow services as there is no compilation as they are XML files.
Apologies if these seem like obvious questions but I’m new to DevOps as well as learning the new capabilities in IS since 8.22.
Thank you in advance.