How to publish artifacts after a successful build from Jenkins to uDeploy (IBM)?
从Jenkins到uDeploy (IBM)成功构建后如何发布工件?
I heard that urbandeploypublisher.hpi is required to upload this API in Jenkins but I didn't find any where.
我听说urbandeploypublisher。hpi需要在Jenkins中上传这个API,但是我没有找到任何地方。
2 个解决方案
#1
1
Latest copy of the Plugin for UrbanCode Deploy is available here: https://developer.ibm.com/urbancode/plugin/jenkins/
城市代码部署插件的最新副本可以在这里找到:https://developer.ibm.com/urbancode/plugin/jenkins/。
#2
0
Yes.. There is a plugin IBM UrbanCode Plugin available which you can integrate in Jenkins.
是的. .有一个插件IBM UrbanCode插件可以在Jenkins中集成。
Below is the link you can see the plugin :- https://developer.ibm.com/urbancode/plugins/
下面是您可以看到的插件:- https://developer.ibm.com/urbancode/plugins/。
1.1.0 is the stable version that you can use. Just by integrating the plugin in Jenkins you would be able to fetch the recent build (code builded by jenkins) from your Urbancode application.
1.1.0是您可以使用的稳定版本。通过将插件集成到Jenkins中,您将能够从您的城市代码应用程序中获取最近的构建(由Jenkins构建的代码)。
This should work...
这应该工作……
#1
1
Latest copy of the Plugin for UrbanCode Deploy is available here: https://developer.ibm.com/urbancode/plugin/jenkins/
城市代码部署插件的最新副本可以在这里找到:https://developer.ibm.com/urbancode/plugin/jenkins/。
#2
0
Yes.. There is a plugin IBM UrbanCode Plugin available which you can integrate in Jenkins.
是的. .有一个插件IBM UrbanCode插件可以在Jenkins中集成。
Below is the link you can see the plugin :- https://developer.ibm.com/urbancode/plugins/
下面是您可以看到的插件:- https://developer.ibm.com/urbancode/plugins/。
1.1.0 is the stable version that you can use. Just by integrating the plugin in Jenkins you would be able to fetch the recent build (code builded by jenkins) from your Urbancode application.
1.1.0是您可以使用的稳定版本。通过将插件集成到Jenkins中,您将能够从您的城市代码应用程序中获取最近的构建(由Jenkins构建的代码)。
This should work...
这应该工作……