BUILD FAILED
C:\ProgramData\Jenkins.jenkins\workspace\JenkinsPackageDemo\build.xml:20: The processing instruction target matching “[xX][mM][lL]” is not allowed.
Total time: 0 seconds
I have followed the thread(webmethods CICD using jenkins) that is already present which said to remove the comment section but still it is the same error.
please consider separating environment specific adapter connections and listeners into their own connectivity package which will not be deployed together with your regular code.
Hi Holger yes we are maintaining a separate package for connections and listeners so we can use the jenkins to install it to test servers.
So after the Business tests are successful and i want to move that package to live so how to do that and also do we have any functionality to move global variables too to prod.
when using Runtime Deployment global variables can be added to the IS/TN set definition.
I am not sure if this will work with Repository Deployments.
We are never deploying the package with connections and listeners to other environments as the Variable Substitution lacks the possibility to modify the values for SAP Listeners. We are maintaining this package manually on each environment.
But we are marking the dependencies to this package as “Exist”. By doing so the Deployer can check if we might have missed to create any connections being introduced for this implementation.