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
1 answer

Jenkins Active Choices Parameter plugin not working when Build Triggers

I'm using Active Choices Parameter plugins. It works well but it doesn't work when triggered by 'Build Triggers' - Build periodically. When running by 'Build periodically', I expected the value of SEASON is 'spring' and FRUIT is 'apple'. I think…
hyde1004
  • 227
  • 1
  • 4
  • 10
2
votes
0 answers

Use HashiCorp Vault secret to autenticate GitHub in jenkins pipeline

I am trying to aunthenticate GitHub repository, wth the token I retrieve from HashiCorp Vault. Git plugin supports only the parameter credentialsId, which takes credentials stored in Jenkins (username and password). Is there a way, how to…
2
votes
1 answer

Jenkins Java_Home path doesnt look like a JDK directory

I have configured Jenkins on AWS RHEL-8.6 EC2 instance. Also setup the java path variable in bash profile. I am getting below error while configuring JDK path in Jenkins. /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.342.b07-2.el8_6.x86_64 doesn’t look like…
Tom
  • 57
  • 2
2
votes
4 answers

HTML Publisher plugin failed to extract (only when Serenity tests fail)

I am using Serenity BDD for my automation test framework and now I wish to publish the the results onto Jenkins using the HTML Publisher plugin. When all my tests pass, no problem, I can publish the report with no issues, but if 1 single test fails,…
Mo0rBy
  • 165
  • 2
  • 15
2
votes
1 answer

Jenkins Theme Manager plugin not applying themes

I've recently set up an instance of Jenkins running on Kubernetes, and I've installed the Theme Manager as well as the Material, Solar, and Dark themes. However, when I go to change the theme in Configure System -> Built-In Themes, all the themes…
2
votes
1 answer

Running mssh: No user exists for uid 1000

My Dockerfile and Jenkinsfile are currently set up like this. Dockerfile: FROM python:3.7 RUN pip install ec2instanceconnectcli Jenkinsfile snippet: stage('Initialize Docker'){ steps{ script{ def dockerHome =…
2
votes
0 answers

Creating new clickable button to perform certain actions on Github Pull Request

I am attempting to implement a mechanism to achieve the following, When a Pull request is raised in GitHub, a Jenkins job will be triggered => This is already implemented. New requirements to be implemented: When the above Jenkins build fails, a…
2
votes
1 answer

Jenkins - How to handle checkbox in Active choice reactive reference parameter

I tried setting up active choice reactive reference parameter as given in the link : https://www.infracloud.io/blogs/render-jenkins-build-parameters-dynamically/ reactive reference paramter code : service_tier_map = [ "web": [ ["service_name":…
2
votes
2 answers

How to create users and passwords for Jenkins using JCASC

I am trying to create a user and password for Jenkins using JCASC. I can set up Jenkins however when I go to the GUI on my local host I do not see any users. Here is my code jenkins: systemMessage: "Jenkins configured automatically by Jenkins…
Matt Salem
  • 75
  • 8
2
votes
1 answer

Jenkins: unable to access the artifacts on the initial run

My setup: main node runs on Linux and an agent on Windows. I want to compile a library on an agent, archive those artifacts and copy them on the main node to create a release togather with the Linux compiled binaries. This is my…
yegorich
  • 4,653
  • 3
  • 31
  • 37
2
votes
1 answer

What is difference between Github Project and Git from Source Code Management?

What is difference between Github Project and Git from Source Code Management in Jenkins?
KHS
  • 59
  • 4
2
votes
1 answer

jenkins plot plugin not ploting any data

I am trying to learn how to use plot plugin, but I cannot figure out how to read some simple data from a csv file as the chart on the plot section is always empty. I have gone through several threads here in SO but I cannot find what my issue is.…
jesus fernandez
  • 369
  • 1
  • 12
2
votes
1 answer

how to override default Jenkins Git plugin checkout with pipeline code?

I have jenkins multibranch pipeline with jenkins git plugin. When the new pull requested is created a new PR job starts, and checkout of the repository is done automatically. The problem is sometimes it hits timeout (networking). I try to do retry…
Wojtas.Zet
  • 636
  • 2
  • 10
  • 30
2
votes
2 answers

Jenkins node launch stuck

I've a Jenkins node configured on Linux machine which was working fine till last night but today it went offline automatically. And when tried to launch it stuck with following logs - just before slave gets launched ... executing…
Alpha
  • 13,320
  • 27
  • 96
  • 163
2
votes
0 answers

Why I'm getting "ERROR: Build step failed with exception..." during 'Docker Build and Publish' step in Jenkins?

I'm trying to learn CI/CD with Jenkins and Docker. I was following this tutorial and did everything same as him. After the maven build, it's throwing me Build step 'Docker Build and Publish' marked build as failure. Here's the complete…
Anshuman
  • 758
  • 7
  • 23
1 2 3
99
100