Go to Jenkins site and deploy to a specify env and git tag above
Wait for Jenkins build result
So, I think I can make the process at step 4 and 5 more automatic
Solution:
A script for deploy Jenkins from the command line
So we no need switch to Jenkins page, now you can do everything on you IDE
A chrome extension for notifying when build success
Another solution is set up a webhook for Jenkins so it can send the result to Slack or Mattermost group. But I think it still makes spam for me, I just want to notify on some projects.
Preconditions:
You must have Jenkins username and API token
API token get at Configure tab on the account info page
Top comments (0)