我是詹金斯建立工作的新手。
目前,我正在尝试构建一个具有protobuf-maven-plugin init的项目,用于编译.proto文件以从中生成所需的java文件。
在本地计算机中,通过在Path环境变量中指定protoc.exe路径,能够从STS进行maven install build。在詹金斯的位置,无法找到protoc,通过声明以下错误
[ERROR] Failed to execute goal com.github.igor-petruk.protobuf:protobuf-maven-plugin:0.6.5:run (default) on project betstream-proto:
Cannot execute 'protoc': Cannot run program "protoc": error=2, No such file or directory -> [Help 1]
Jenkins已部署在我公司的Dev环境中。
请任何人帮我解决此问题。提前谢谢。