Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否可以在 Eclipse 中为 Jenkins 开发一个 groovy 脚本(管道)?我想连接到正在运行的 Jenkins 实例并创建/启动一些作业。我怎样才能做到这一点?
Jenkins 在任何 IDE 中都没有强大的 IDE 支持。但是,Eclipse(以及大多数主要的 Java IDE)确实有一个 groovy 插件,您可以导入核心 jenkins jar 以获得一些自动完成功能。至少,IDE 为您提供了自动格式化,并提供了一些帮助。一旦你开发了你的脚本,你将不得不将它复制到 jenkins 进行测试。