Wondering if someone out there may be able to point me to any resources/documentation regarding how to correctly configure our Jenkins instance to be able to run Orchestrator workflows. We have been able to download and install the VMWare vRealize Orchestrator plugin for Jenkins (VMware vRealize Orchestrator Plugin - Jenkins - Jenkins Wiki) and create jobs for a given Jenkins slave where we can successfully save workflows existing in our Orchestrator instance as build steps. When we try to run the build, the Jenkins console output appears as:
Started by user
[EnvInject] - Loading node environment variables.
*sanitized*in workspace F:\jenkins\workspace\anon_orchestrator_create-a-snapshot
Building remotely onFATAL: Received fatal alert: handshake_failure
java.io.IOException: Received fatal alert: handshake_failure
com.vmware.vro.jenkins.plugin.OrchestratorBuilder.perform(OrchestratorBuilder.java:95)
athudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
athudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:761)
athudson.model.Build$BuildExecution.build(Build.java:203)
athudson.model.Build$BuildExecution.doRun(Build.java:160)
athudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:536)
athudson.model.Run.execute(Run.java:1741)
athudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
athudson.model.ResourceController.execute(ResourceController.java:98)
athudson.model.Executor.run(Executor.java:374)
atjavax.net.ssl.SSLHandshakeException: Received fatal alert: handshake_failure
Caused by:sun.security.ssl.Alerts.getSSLException(Alerts.java:192)
atsun.security.ssl.Alerts.getSSLException(Alerts.java:154)
atsun.security.ssl.SSLSocketImpl.recvAlert(SSLSocketImpl.java:1943)
atsun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:1059)
atsun.security.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1294)
atsun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1321)
atsun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1305)
at at at at atorg.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:380)
atorg.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
atorg.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:184)
atorg.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:88)
atorg.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
atorg.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:184)
atorg.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
atorg.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:107)
atcom.vmware.vro.jenkins.plugin.util.RestClient.executeRequest(RestClient.java:139)
atcom.vmware.vro.jenkins.plugin.util.RestClient.httpGet(RestClient.java:77)
atcom.vmware.vro.jenkins.plugin.OrchestratorClient.fetchWorkflows(OrchestratorClient.java:66)
atcom.vmware.vro.jenkins.plugin.OrchestratorBuilder.perform(OrchestratorBuilder.java:87)
at... 9 more
[BFA] Scanning build for known causes...
[BFA] No failure causes found
[BFA] Done. 0s
Started calculate disk usage of build
Finished Calculation of disk usage of build in 0 seconds
Started calculate disk usage of workspace
Finished Calculation of disk usage of workspace in 0 seconds
Finished: FAILURE
Is there anyone who has done this before and can offer some advice? Many thanks...