I’m trying to create a CI for webMethods using Jenkins - runtime deployment creation is failing with the following error log
[exec] [DEBUG] [24 Feb 2020 12:48:15,153] (DeployerServiceUtils.java:executeService:1587)
[exec] [Deployer] Exiting executeService(String server, String user, String pwd, String packageStr, String service,IData inputDocument) Method
[exec]
[exec] [DEBUG] [24 Feb 2020 12:48:15,153] (DeployerServiceUtils.java:deployAction:710)
[exec] [Deployer Service Status] Stature returned with status error
[exec]
[exec] [DEBUG] [24 Feb 2020 12:48:15,154] (DeployerServiceUtils.java:deployAction:714)
[exec] [Deployer Service Status] Message = [DEP.0002.0148] No such deployment candidate myDeployment found in project WebM-g. Delete and recreate the deployment candidate.
[exec]
[exec] [DEBUG] [24 Feb 2020 12:48:15,154] (DeployerServiceUtils.java:deployAction:726)
[exec] [Deployer] Exiting deployAction(HashMap paramMap) Method
[exec]
[exec] [DEBUG] [24 Feb 2020 12:48:15,156] (ParseDeployerParams.java:addStatusRecordToReport:5157)
[exec] [Deployer] Entering addStatusRecordToReport(int errorCode, String message, boolean isUsageRecord) Method
[exec]
[exec] [DEBUG] [24 Feb 2020 12:48:15,158] (ParseDeployerParams.java:addStatusRecordToReport:5168)
[exec] [Deployer] Exiting addStatusRecordToReport(int errorCode, String message, boolean isUsageRecord) Method
[exec]
[exec] [ INFO] [24 Feb 2020 12:48:15,159] (ParseDeployerParams.java:parse:1986)
[exec] [[DEP.0100.4.01] Error -999][DEP.0100.-999] Service Error [DEP.0002.0148] No such deployment candidate myDeployment found in project WebM-g. Delete and recreate the deployment candidate.
[exec]
[exec] [[DEP.0100.5.23] Deploy Deployment Candidate Output]
[exec]
[exec]
[exec] Error Executing Command
[exec]
[exec]
[exec] [[DEP.0100.4.01] Error - -999] : [[DEP.0100.5.23] Deploy Deployment Candidate] : [DEP.0100.-999] Service Error [DEP.0002.0148] No such deployment candidate myDeployment found in project WebM-g. Delete and recreate the deployment candidate.
[exec] [DEP.0100.3.39] Report file name :[DEP.0100.3.42] The simulate, checkpoint
[exec] , deploy, or rollback operation encounte
[exec] red an error while generating the report
[exec] . Contact Software AG Global Support.
Kindly help