Jenkins trigger prebuild -


is there way execute maven goal before executing current job? example want execute mvn blah blah before mvn clean verify test. mvn clean verify test auto trigger when git branch has been pushed.

even if job maven job, can add pre-build step (shell or batch) launch maven command (mvn bla bla bla):

enter image description here

does help?


Comments

Popular posts from this blog

How to provide Authorization & Authentication using Asp.net, C#? -

toolbar - How to add link to user registration inside toobar in admin joomla 3 custom component -

How to use Authorization & Authentication in Asp.net, C#? -