ns中的执行groovy脚本和执行系统groovy脚本之间的区别

ns中的执行groovy脚本和执行系统groovy脚本之间的区别

本文介绍了jenkins中的执行groovy脚本和执行系统groovy脚本之间的区别?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

有人可以在jenkins中解释执行groovy脚本和执行系统groovy脚本之间的区别吗?以及如何使用执行系统常规脚本将脚本调用为从属脚本.

Can anyone explain the different between the execute groovy script and the execute system groovy script in jenkins? And how to call the script to slave using execute system groovy script.

推荐答案

要在从属计算机上执行Groovy脚本,应使用

To execute a groovy script on the slave machine, you should use groovy plugin

报价

问题的第一部分在同一页面中回答

First part of your question is answered in the same page

这篇关于jenkins中的执行groovy脚本和执行系统groovy脚本之间的区别?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-01 21:12