Is it possible for provisioning Jenkins agents with Docker plugin as a Swarm cluster ?

2020-09-22 Thread banthita limwilai
Dear folks, I have one huge production Jenkins master which is contains projects over 50. This Jenkins master act as a build and scheduler machine. Then I've been facing the issue about the Jenkins performance and its run out of resources. So I'm trying to do the optimization by change its arch

Needed suggestions for Jenkins Master/Slave architecture

2021-02-02 Thread banthita limwilai
Hello Folks! I'm about to set up New Jenkins cluster with Master/Slave model. Actually, we already have Jenkins master-only running but it's usually faces run out of memory issue. I've read all the recommended on the official, however there are some details missing there. *1. Please suggest for

Re: Needed suggestions for Jenkins Master/Slave architecture

2021-02-04 Thread banthita limwilai
; *dimonoff.com* <https://www.dimonoff.com/> |*amotus.ca* > <https://www.amotus-solutions.com/> > > > > *From:* jenkinsci-users@googlegroups.com > *On Behalf Of *banthita limwilai > *Sent:* February 2, 2021 3:44 AM > *To:* jenkinsci-users@googlegroups.com > *Su

Jenkins installation freeze at install plugin page and unable to continue

2021-02-04 Thread banthita limwilai
I've installed native *Jenkins 2.263.3* (latest stable Debian package ) and Java openJDK 8. The installation was successful. However, once the installation came to the step "Customize Jenkins" and there were options to either choose *Install suggested plugins* or *Select plugins to install*. Both

Blue Ocean page unable to completely download its page

2021-02-05 Thread banthita limwilai
Hi guys, This is fresh Jenkins server, recently created with no job. I've been setting up plugins. Everytime I'm trying to open the Blue Ocean page, it ends up with hanging. The way I'm enter to the Blue Ocean page is this Blue Ocean button [image: image.png] *Jenkins version 2.263.3, Java Open J

mvn not found on $JENKINS_HOME/workspace/@tmp

2021-03-24 Thread banthita limwilai
I've locally installed maven on both Master and Slave and correctly set path for both JAVA_HOME and M2 jenkins@jenkins-slave-02:~$ echo $M2_HOME /opt/maven jenkins@jenkins-slave-02:~$ echo $JAVA_HOME /usr/lib/jvm/java-1.8.0-openjdk-amd64 Once reach the stage involved mvn command, the error occurs

Re: mvn not found on $JENKINS_HOME/workspace/@tmp

2021-03-25 Thread banthita limwilai
Hi :) >From the previous email, I asked for help about my Jenkins Slave unable to run mvn I'd like to share what I've founded and the solution for the problem. I basically set the PATH for M2_HOME and MAVEN_HOME at /etc/profile which is somehow not work with the system's permission So, I changed