关于Jenkins 与 Rancher2.6.x版本之后的Pepline Job的语句

背景条件:
Rancher版本:2.6.2
Jenkins版本:2.222.4
Redeploy Rancher2.x Workload Plugin 插件版本:1.0.1
凭证(正确):


现实情况反馈:
流水线语句(Pepline Job):
2.5.x版本的流水线语句使用例子:

rancherRedeploy alwaysPull: true, credential: 'rancher', images: 'busybox:lastest', workload: '/project/c-h4hxd:p-c9j8z/workloads/deployment:default:busybox'


可以从浏览器中获取到workload的控制地址语句
而从Rancher2.6.x之后的版本不同

不再可以在url中取到相应的值
参考资料:
有下列

https://plugins.jenkins.io/redeploy-rancher2-workload/#documentation

请求大佬能分享最新的Jenkins Pepline Job语句的格式~

一年多了一个回复也没有……

2.6还能访问之前的 cluster manage UI,你可以尝试切换到那个UI上去看到你需要的信息。
但我建议使用原生的 kubectl/helm 或者 terraform 进行整合,因为 cluster manager UI现在已经不再维护了,最新的 2.8/2.9版本都是使用 explorer UI