Hello everyone,
I'm facing one weird issue while deploying my Maven project via jenkins pipleline. I've created freestyle jenkins pipleline and it's parameterised accepting branch and environment as parameters.
I've AEM credentials saved in Credential Manager of jenkins with xxxx ID.
When I'm trying to deploy I'm getting 503 error code
response=Service Unavailable
While other jobs are able to access the same environment with Jenkins, what can be the issue? Any configuration I'm missing?
I've custom settings.xml and build command I'm using :
mvn clean install -s settings.xml -X -PautoInstallPackage -Daem.host=xxxx -Daem.port=xxxx-Dvault.user=$AEM_USERNAME -Dvault.password=$AEM_PASSWORD