开发者

To Perform Maven Release; Build Environment field is not appering in the Hudson Project's configuration

开发者 https://www.devze.com 2023-03-10 17:37 出处:网络
I am very new to Hudson/Jenkins and I am following the Continuous Integration with jenkins.pdf. 开发者_StackOverflow社区And I want to perform maven release. To do this the book says, the Hudson M2 Ext

I am very new to Hudson/Jenkins and I am following the Continuous Integration with jenkins.pdf. 开发者_StackOverflow社区And I want to perform maven release. To do this the book says, the Hudson M2 Extra steps plug in and M2release plug in should be installed. I did all those part But at least to configure Maven release build, "Build environment" part which should be appeared in the Project's configuration is not there. Where I have made the mistakes. Help me.


Your question lacks any information whatsoever.

What jenkins.pdf? What book? Provide a link maybe, so that we would at least know what you are referring to.

Build Environment section is after Build and Build Settings sections
It is also before the Post-build Actions section

When you check mark Configure M2 Extra Build Steps, more options will be shown.
If you don't see Configure M2 Extra Build Steps, you are probably not configuring a "Maven" project (maybe you are doing "free-style").

Jenkins/Hudson doesn't let you change the type of project job after it is first created, nor does it show anywhere what type it is.
Go back to Hudson/Jenkins dashboard, and click New Job. Make sure to select Build a maven2/3 project. Then look for those steps in this project


I had the same problem and solved it with add EnvInject Plugin, after i installed it:

  • Manage Jenkins->Manage Plugins->Available

my problem is solved and Build Environments start to seen in my configuration.

0

精彩评论

暂无评论...
验证码 换一张
取 消