7,229 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
Tooling
0
votes
1
replies
58
views
Аllow users from specific Google Groups to log in to Jenkins
I’m using the Google Login Plugin in Jenkins, and I want to allow access only to users who belong to certain Google Groups.
My setup:
I have enabled the Google Directory API (Admin SDK → Directory ...
0
votes
0
answers
26
views
Active choices - use html text values in pipeline
I want to do the following (I’m testing with the Active Choices plugin):
Have a dropdown with three possible values (one, two, three) – Active Choices Parameter
Depending on the selection, display ...
0
votes
1
answer
67
views
I’m not sure how to configure the OWASP plugin in Jenkins
In Jenkins, I'm using the OWASP plugin, but I keep getting the error: ERROR: Couldn’t find any executable in 'null'.
stage('Dependency-Check') {
steps {
dir("${...
0
votes
0
answers
53
views
Jenkins Allure commandline tool issue
we are using allure command line tool to generate reports and have multiple versions 2.10.0 and 2.32.1. 2.32.1 is set as allure-latest in tools config but when we run the Jenkins pipeline its ...
0
votes
0
answers
87
views
Could not determine exact tip revision of master
Occasionally in Jenkins Pipelines we see the following error:
ERROR: Could not determine exact tip revision of master; falling back to nondeterministic checkout
This then results in a git checkout ...
0
votes
0
answers
83
views
Add job name and build number to Jenkins agent provided by Kubernetes plugin
I would like to add the job name and build number as a pod label of the agent pod that is spawned by the kubernetes plugin.
For example, if I have a job called "buildMyApp" and I start build ...
0
votes
0
answers
62
views
How to remove Jenkins plugin with missing dependency
In my Jenkins instance, I have an error message that the Azure Container Services Plugin cannot be loaded due to a missing plugin, kubernetes-cd
I don't need this plugin so I'd be happy to uninstall ...
0
votes
0
answers
65
views
Run periodic job only if SVN repository has changes
I'm running Jenkins on a Windows machine, and I have a Jenkinsfile that triggers a pipeline periodically using the cron directive:
pipeline {
agent any
triggers {
cron('0 1 * * 1-5') /...
0
votes
1
answer
98
views
How can I add an optional, manually triggered, postbuild action to Jenkins
The problem
Brief
I am trying to add a GUI option to the dropdown menu available for all historical builds:
Details
I want to create an option that will lock the build, create a git tag by ...
2
votes
1
answer
155
views
Jenkins nodes created through the GUI contain an invalid <nodeProperties> value in config.xml
We have multiple Jenkins controllers for different products. One 2 of those controllers, a new behaviour has emerged. When I create a new node through the GUI (using the "Permanent Node" ...
0
votes
0
answers
180
views
Jenkins Plugin Manager showing "There were errors checking the update sites: ArrayOutOfBoundsException: Index 0 out of bounds for length 0"
I am getting this error in jenkins plugin manager when I navigate to updates or available plugins
There were errors checking the update sites: ArrayOutOfBoundsException: Index 0 out of bounds for ...
0
votes
1
answer
265
views
Jenkins controller throwing HTTP 500 Error after upgrading Java to 21
I am currently on Jenkins version 2.504.3. I tried upgrading my Jenkins JDK from 17 to 21 on my Jenkins controller. I am using Open JDK and my Jenkins runs on Ubuntu server.
I encountered the ...
0
votes
0
answers
34
views
Jenkins LTS having issue with prism-api and Timestamper plugin
I am having issues with the latest n-1 Jenkins LTS version as well with the plugins Timestamper and Prisum APi Plugin. Both need antisamy-markup-formatter, but different versions. I do have 173 on the ...
0
votes
0
answers
94
views
Jenkins cant find git repository suddenly
I have a Jenkins pipeline that has been working fine for several years.
But I hadn't run jenkins in a while, and after 6 months I ran it again and it failed at the git clone stage.
build results
...
0
votes
0
answers
76
views
Error deleting log-index file in Jenkins instance
I have a Jenkins instance deployed on a K8s cluster. I have a job that fails when I try to delete it through the Jenkins UI. I have accessed into the container (inside the pod) in the path where the ...