Questions tagged [jenkins-plugins]

Jenkins is an open source continuous integration software. It is extensible by Plugins which are developed by the core team, users, and developers. There are currently 1300+ plugins available for Jenkins.

The complete list of plugins is available here.

What questions should have this tag?

Any questions about Jenkins plugins, plugin development, and plugin use may be tagged with jenkins-plugins.

To learn more about Jenkins plugins:

Visit "Extend Jenkins" and "Customize Jenkins"

7181 questions
2
votes
0 answers

Jenkins Editable Email Notification is not sending emails when the build status is passd but sends when build is failed

based on https://nozaki.me/roller/kyle/entry/articles-jenkins-email, in a Free style Jenkins Project, I configured a job to send emails even when the build is pass. However, it only got triggered only when build is failed . For the build pass…
Sameera De Silva
  • 1,722
  • 1
  • 22
  • 41
2
votes
1 answer

Jenkins pipeline checkout wrong revision

I'm trying to implement a new Jenkins pipeline using Jenkinsfile. The GIT repository does not have a Jenkinsfile on every branch, just under a specific one (as I'm currently building CI stuff for a legacy repository). Jenkins Pipeline is created…
DavidL
  • 1,120
  • 1
  • 15
  • 34
2
votes
1 answer

SVN Checkout through Jenkins pipeline failing with java.lang.ClassNotFoundException: org.apache.commons.digester.Digester

Jenkins Version: 2.303.3 Pipeline: SCM Step Version: 2.13 We're checking out SVN code using Pipeline SCM Step plugin like below - checkout([$class: 'SubversionSCM', additionalCredentials: [], excludedCommitMessages: '', excludedRegions:…
Alpha
  • 13,320
  • 27
  • 96
  • 163
2
votes
0 answers

Bitbucket branch source Jenkins plugin frequently throws "peer not authenticated" error

I'm using the latest Jenkins (2.319) as well as the latest version of the Bitbucket Branch Source Plugin. Jenkins is on a local machine behind a firewall, and Bitbucket Server v6.10.1 is connected to it through the plugin. I'm very frequently…
2
votes
1 answer

error configuring Jenkins to work with Git

im using azure devops, while trying to run a build in jenkins im getting the following error: hudson.plugins.git.GitException: Command "git.exe fetch --tags --force --progress -- https://xxxx.com/_git/xxxx +refs/heads/*:refs/remotes/origin/*"…
2
votes
0 answers

matrix combinations filter in combination with parametrized trigger plugin

I have a Project in which I use Matrix Combinations plugin to run different combinations of parameters. For simplicity sake let's just say I have to parameters par_1 and par_2. In the configuration of the job I use the parametrized trigger plugin to…
2
votes
1 answer

How can I let parallel Jenkins jobs share a limited resource pool?

Our project uses Jenkins pipeline for the automation tests and packaging. The pipeline is defined in a Jenkinsfile script having multiple stages. Multiple jobs (triggered by the push events from different dev branches) might be running in…
Zhou
  • 633
  • 5
  • 16
2
votes
3 answers

How to know elapsed time of a Jenkins Job

I have a Jenkins job in which at the end of the job (maybe around post actions or in the last stage of that job I want to find how much time has been elapsed since the job started. How can find that? Is there any easy straightforward way of knowing…
2
votes
2 answers

How to know if an artifact already exists in Jfrog Artifactory by Jenkins

I'm developing a Jenkins declarative pipeline. I have the version as a parameter and depending on that version I would like to know if a specific folder exists in Jfrog Artifactory before downloading it. I have Jenkins Artifactory Plug-in…
2
votes
1 answer

Set group of Jenkins system user when creating a job

I'm using the Authorize User plugin in Jenkins, and I'm trying to setup a multi-tenant jenkins with genuine access control. I want to have a folder with a set of jobs which group A can see, and another folder with another set of jobs which group B…
Spence
  • 28,526
  • 15
  • 68
  • 103
2
votes
0 answers

How to get list of pipelines' builds run on specific Jenkins agent?

I've came across an issue for which I need to identify all or certain number of builds(which could be running against one or more pipelines) for a specific Jenkins node. I opened Jenkins node page and clicked on Build History but this page does not…
Alpha
  • 13,320
  • 27
  • 96
  • 163
2
votes
0 answers

Jenkins build history disappeared

Jenkins build history disappeared on multibranch after modifying regular expression and launching multibranch scan. Is there a method to recover the build history?
aymen0406
  • 127
  • 10
2
votes
1 answer

Jenkins - Display all master branch of multiple multibranch pipeline in the same view

If you want to see the status of master branch of multibranch pipeline, you would need to click on the pipeline. If someone like me who has multiple multibranch pipelines, it would be extremely painful to check if anything has failed. Is there a way…
Anh Tran
  • 103
  • 1
  • 7
2
votes
2 answers

Is it possible to run only one Job per Jenkins slave?

I have configured dynamic slaves on Jenkins to wait for 24 hours before being deleted (debugging purposes), and it works well, but we want the next build for the job to be launched in a different slave and it does not affect the previous one build.…
2
votes
0 answers

Jenkins error in build Invalid parameter "bucket", did you mean "entries"?

Hi I am running jenkins on my local.I installed the S3 publisher plugin, and restarted jenkins If nothing else does anyome know what the error Invalid parameter "bucket", did you mean "entries" is it a jenkins error saying it does not recognize the…
user2867582
1 2 3
99
100