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 2: | Line 2: | ||
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 | Do it very simple by copy below script and save as name jenkins_installer.sh. Then upload to /tmp and issues 3 command : | ||
chmod +x jenkins_installer.sh && ./jenkins_installer.sh | chmod +x jenkins_installer.sh && ./jenkins_installer.sh | ||
---- | ---- |