Want to Know Best Ways to Increase Jenkins Pipeline Performance

Hello everyone,

My team and I have been using Jenkins for several months now while we have managed to set up a functional CI pipeline we have facing performance issues that we would like to address.

Our build times are longer than expected. We have multiple stages in our pipeline & some of the builds are taking significantly longer than we would like.

What strategies can we implement to ensure better utilization of resources?

Our pipeline scripts have become quite complex over time. There are any tips for simplifying or refactoring pipeline scripts to enhance performance and maintainability? :thinking:

Also i have check article/rescores; https://community.jenkins.io/t/is-there-any-way-to-hide-entire-jenkins-pipeline-for-selected-users-mule-dev witch is good still i want to know more.

What instruments or add ons would you suggest for tracking Jenkins efficiency & identifying problems? We are searching for efficient techniques to learn about the performance of the pipeline and spot any possible bottlenecks.

Thanks in advance for your help…!