Jenkins Notes
Continuous integration:
once new commit is merged to the existing one, existing functionalities should not break.to ensure that for every commit, it is mandentory to run automated test for every new commit. this is called continuous integration.
New Item--->Free style project--->Enter name--->Free style--->
General--->
Description
use custom workspace as project location--->
Project is parameterised--->we can set the parameters and can be referred by %value%
SourceCode--->Git along with credentials confuigured here--->once push done(this can be achieved by ngrok tunneling tool
Build trigger--->usually we mention the schedule time data using cron time to configure automatic run.
and we can set chain like depends on other project this will run
Build steps-->we can add mvn test like command using windows batch command
Post build actions-->we can configure email sending functions
Comments
Post a Comment