Warning: file_get_contents(/data/phpspider/zhask/data//catemap/7/arduino/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Openshift 在minishift中将jenkins管道的cicd配置到github时出错?_Openshift_Openshift Origin_Openshift Client Tools_Openshift Online_Openshift Web Console - Fatal编程技术网

Openshift 在minishift中将jenkins管道的cicd配置到github时出错?

Openshift 在minishift中将jenkins管道的cicd配置到github时出错?,openshift,openshift-origin,openshift-client-tools,openshift-online,openshift-web-console,Openshift,Openshift Origin,Openshift Client Tools,Openshift Online,Openshift Web Console,我已经在Mac OS sierra 10中安装了openshift。我已经开始使用迷你换档启动。我能够成功地创建一个节点应用程序,并为其配置了jenkins工具链。当我试图手动运行管道时,它起了作用。但后来我想将CICD与github结合使用。因此,我使用了oc descripe bc mynode,它为我提供了webhook。我已将机密id替换为管道YAML文件中的id。在github中配置webhook并分离ssl之后。我吃了肝脏。然后我遇到了一个错误,我们无法交付这个负载,无法连接到服务器

我已经在Mac OS sierra 10中安装了openshift。我已经开始使用迷你换档启动。我能够成功地创建一个节点应用程序,并为其配置了jenkins工具链。当我试图手动运行管道时,它起了作用。但后来我想将CICD与github结合使用。因此,我使用了
oc descripe bc mynode
,它为我提供了webhook。我已将机密id替换为管道YAML文件中的id。在github中配置webhook并分离ssl之后。我吃了肝脏。然后我遇到了一个错误,我们无法交付这个负载,无法连接到服务器。如何修复此问题?

GitHub需要能够联系您的minishift实例。通常情况下,minishift实例不会在公共Internet上,因此GitHub无法做到这一点