i new jenkins building jobs.
currently, trying build project has protobuf-maven-plugin init compile .proto file generate required java file it.
in local machine, able maven install build sts specifying protoc.exe path in path environment variables. in jenkins failing locate protoc, stating below error
[error] failed 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] where jenkins deployed in dev environment of company.
please 1 me resolve issue. in advance.
Comments
Post a Comment