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
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
; *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
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
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
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
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