Jenkins Setup: Difference between revisions
Jump to navigation
Jump to search
Quang Nhut (talk | contribs) No edit summary |
Welcomeadmin (talk | contribs) No edit summary |
||
(2 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
[[Category: IT Knowledge]] | |||
Jenkins CI is the leading open-source continuous integration server. Built with Java, it provides 985 plugins to support building and testing virtually any project. | Jenkins CI is the leading open-source continuous integration server. Built with Java, it provides 985 plugins to support building and testing virtually any project. | ||
Line 7: | Line 9: | ||
chmod +x jenkins_installer.sh && ./jenkins_installer.sh | chmod +x jenkins_installer.sh && ./jenkins_installer.sh | ||
After installed, we can go to Jenkins panel by domain we entered before os use public ip of jenkins server. | |||
---- | ---- | ||
<pre> | <pre> | ||
Line 28: | Line 31: | ||
if [ "$jenkinsdomain" = "" ]; then | if [ "$jenkinsdomain" = "" ]; then | ||
clear | clear | ||
echo -e "******************** YOUR DOMAIN CAN NOT BE | echo -e "******************** YOUR DOMAIN CAN NOT BE BLANKED ! ********************" | ||
./jenkins_installer.sh | ./jenkins_installer.sh | ||
exit | exit |