-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
Jenkins-Version 2.46.2
Cloud Foundry Plugin Version: 2.1.1
When using jenkins pipeline step to push an app to cloudfoundry, services are not binding to the app. The app starts fine but the service is not bound. I am using Manifest choice. The same configs on maven job are working fine.
nikhiljain14 - I suspect this has to do with the way the service list is declared in the jenkinsfile, and what data type the collection is meant to be. Can you try changing
def serviceList = ["mysql-service"]
to