-
cd ~/webpage_ws && bash start_jenkins.sh
-
cat ~/webpage_ws/jenkins__pid__url.txt
-
Copy Jenkins URL to browser
-
Log into Jenkins Username:
tester
Password:tester123
Now you are inside Jenkins!
cd ~/ros2_ws/src/ros2_ci
- Make any changes to the repo
git commit -m"Test #n"
where n = number of test. You can do a modification before commitinggit push
So see a new build inside Jenkins!