Jenkins Setup: Difference between revisions
Jump to navigation
Jump to search
Quang Nhut (talk | contribs) No edit summary |
Quang Nhut (talk | contribs) No edit summary |
||
Line 3: | Line 3: | ||
Today, I want to share a small script can install and configure Jenkins automatically. | Today, I want to share a small script can install and configure Jenkins automatically. | ||
Do it very simple by copy below script and save as name jenkins_installer.sh. | Do it very simple by copy below script and save as name jenkins_installer.sh. | ||
Then upload to /tmp and issues 3 command : | Then upload to /tmp and issues 3 command : | ||
chmod +x jenkins_installer.sh && ./jenkins_installer.sh | chmod +x jenkins_installer.sh && ./jenkins_installer.sh |