Skip to main content
Filter by
Sorted by
Tagged with
Tooling
0 votes
1 replies
33 views

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 ...
airdata's user avatar
  • 661
0 votes
0 answers
28 views

We have a very old Jenkins version (1.577) on windows server that we upgrade to 2.516.3 version successfully more or less. The most problematic issue is related to a freestyle job: the job is a build ...
DanieleF's user avatar
0 votes
0 answers
22 views

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 ...
Angel Elvira's user avatar
Best practices
0 votes
0 replies
31 views

We aare developing new features for our code which we use merge requests in Gitlab to a release branch where all features are collected. When doing the actual release we do a MR from release branch to ...
Sverker Abrahamsson's user avatar
0 votes
0 answers
45 views

We have the following Jenkins pipeline script. pipeline { agent any stages { stage('Run in Sandbox'){ steps { dir('Pot') { checkout ...
Timothy A Calderwood's user avatar
-1 votes
0 answers
65 views

My jenkins container start command: docker run --name jenkins --restart=on-failure --detach \ --network jenkins --env DOCKER_HOST=tcp://docker:2376 \ --env DOCKER_CERT_PATH=/certs/client --env ...
SleepyCat's user avatar
0 votes
0 answers
55 views

I want to generate artifacts of type HTML and JSON for Jenkins. I now only generate HTML reports. My end goal is to check the JSON report for any issues and make the build UNSTABLE if there are any ...
Europa's user avatar
  • 1,422
0 votes
1 answer
51 views

I have a main Groovy file with defined methods, and I've loaded a second Groovy script. main-script.groovy node('Node1'){ Method1() Method2() def loadedSecondScript = load('./second-...
diagramd 2020's user avatar
-1 votes
0 answers
47 views

I attempted to execute the following command in a Jenkins batch script to run the executable named "GitFetcher.Exe," which is located within the tools directory of "IB.SO.AutoUtility.&...
Mahendran V M's user avatar
1 vote
1 answer
50 views

When trying to build in jenkins, running inside a docker container, yarn build fails with: 21:49:00 [ERROR] Failed to execute goal com.github.eirslett:frontend-maven-plugin:1.9.1:yarn (yarn build) on ...
Nikolay's user avatar
  • 506
0 votes
0 answers
24 views

Jenkins runs "branch indexing" jobs to trigger multi-branch pipeline jobs automatically; for instance a webhook connected to source control will cause a branch indexing job to scan for newly ...
Dave's user avatar
  • 997
0 votes
1 answer
157 views

After upgrading from Angular 17 to Angular 20, my build script on Jenkins hangs on the npm ci command. I changed the script to npm ci --loglevel verbose instead, and noticed that the last output ...
adamdport's user avatar
  • 12.8k
1 vote
1 answer
65 views

Simple code node('master'){ sh'expr 2 \\* 10' sh'expr 0 \\* 10' } After executing it, Jenkins returns an error. [Pipeline] { [Pipeline] sh + expr 2 * 10 20 [Pipeline] sh + expr 0 * 10 ...
diagramd 2020's user avatar
0 votes
0 answers
42 views

I installed latest Jenkins updates and now I get this error: Apr 04 21:59:13 --jenkins jenkins[85214]: 2025-04-04 21:59:13.666+0000 [id=19829] INFO jenkins.model.Jenkins$17#onAttained: ...
Peter Penzov's user avatar
  • 1,102
1 vote
1 answer
52 views

I'm encountering an issue with my pipeline script when running it from SCM. The @Field annotation isn't being recognized, even though I'm using the correct import statement (import groovy.transform....
Sohaib El Mediouni's user avatar
0 votes
0 answers
84 views

I have checked out Docker Caching and the uv docker example. Both of them fail to clarify on the behaviour of the cache directory. In the local system, I'm able to check and verify that the ...
Vaibhav's user avatar
  • 627
0 votes
0 answers
48 views

My setup is both Jenkins master & agent running via "Docker in Docker" scheme onto Docker Desktop for Windows with WSLv2 backend. In my Jenkins Pipelines, I am using docker step from ...
Peter Zaitcev's user avatar
0 votes
1 answer
63 views

I'm working with an API that uses OAuth-based authentication, accepts dynamic JSON payloads, and processes requests asynchronously. After submitting a request, I poll for job status updates. However, ...
Supriya's user avatar
  • 16
0 votes
0 answers
32 views

After updating Jenkins to version 2.516.3, it is no longer building new branches. In a new project, we just merged develop into master, including the correct conditions for Jenkins to build on the ...
Rafael Arcanjo's user avatar
0 votes
0 answers
75 views

I am building a Python 3.11 Flask-SocketIO project into an .exe using PyInstaller on Jenkins (Windows 10). The project works fine when I run it locally with python runapp.py or even inside Jenkins ...
Pegatronics 10's user avatar
0 votes
1 answer
34 views

I have a Jenkins shared library set up like: shared-library └── vars ├── testA.groovy └── testB.groovy All the documentation I can find on shared libraries mentions that you can use an ...
OmniZ's user avatar
  • 143
-2 votes
1 answer
67 views

I'm hoping to get some advice and validation on a pipeline strategy for a large white-label Flutter project. The Setup One Flutter codebase. 100+ flavors for unique customer apps (Android & iOS) A ...
Devam Udani's user avatar
0 votes
1 answer
42 views

I have a main job script, pipline.groovy node('Node1'){ def script1 = load('script1.groovy') script1() //..some code def script2 = load('script2.groovy') } I load two scripts in it, script1....
diagramd 2020's user avatar
0 votes
0 answers
52 views

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 ...
NGK's user avatar
  • 1
0 votes
0 answers
32 views

following is the bundle.yaml which I downloaded from my cloudbees operations center. I am wondering how does cloudbees calculate this checksum? variables: - variables/01-ftr01.gistest-casc.variables....
Sandesh More's user avatar
0 votes
0 answers
67 views

I am using a Jenkins declarative pipeline with a Docker agent (Windows label). In my pipeline, I want to get the current git tag for the commit being built, so I can use it for artifact naming. My ...
May Thazinhlaing's user avatar
0 votes
0 answers
68 views

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 ...
HLT's user avatar
  • 607
1 vote
0 answers
48 views

I have a PowerShell script which is passed as user data script in terraform for Windows Server 2022 VM creation in AWS cloud. This PowerShell script uses Jenkins API to create the node and connect the ...
Shyam Sundar V's user avatar
0 votes
0 answers
29 views

Description: I'm using the Jenkins Active Choices Plugin to build a dynamic UI with parameters for test suites and their arguments. I have two parameters: SUITES (Active Choice Checkbox): Lets the ...
Alex_M's user avatar
  • 9
0 votes
0 answers
57 views

This is the issue that I'm still having it with Nexus (Situation: I can't deploy into nexus - I can't upload artifacts into nexus for any of my freestyle project or pipeline project in Jenkins) By the ...
franck alfred's user avatar
0 votes
0 answers
77 views

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 ...
Riccardo Ficarra Fiky's user avatar
0 votes
0 answers
60 views

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 ...
OmniZ's user avatar
  • 143
0 votes
0 answers
48 views

I just installed the Job Priorities plugin for my Jenkins instance, but I can't for the life of me figure out where the Job Priorities configuration section is located. The plugin is installed, ...
Chanté Blais's user avatar
0 votes
0 answers
57 views

I have pipelines that I am building using groovy. Currently I am setting my buildRetention using the following: strategy { allBranchesSame { props { ...
HLT's user avatar
  • 607
0 votes
0 answers
59 views

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') /...
tail's user avatar
  • 481
2 votes
0 answers
100 views

In a Jenkins script, I do : def status = powershell( script: """ # Display current directory Write-Host "Current directory: \$(Get-Location)" # ...
Oodini's user avatar
  • 1,463
0 votes
1 answer
44 views

I have been working on the following error, not able to move the needle. Would appreciate any feedback! SH statements: swiftImage.inside() { sh ''' # Show Swift version and directory contents ...
Rob Bonner's user avatar
  • 9,420
0 votes
1 answer
94 views

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 ...
Troyseph's user avatar
  • 5,138
0 votes
1 answer
49 views

I have a Jenkins pipeline pipeline1 that launches another one (pipeline2) on the same agent myAgent: pipeline1: node('myAgent') { stage('Do some work before') { sh(script:"sleep 5&...
Steens's user avatar
  • 128
0 votes
1 answer
71 views

I’m trying to create a scheduled job that will post a groovy script to /scriptText and display the results. I added a HTTP Request build step with the url and mode set to POST. Under advanced I have ...
datguy's user avatar
  • 653
2 votes
1 answer
148 views

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" ...
jimtut's user avatar
  • 2,425
0 votes
0 answers
80 views

Trying to find out what is wrong. thinking I am missing something. context - want to update the secret in the secrets-text credential store by providing only "Credential ID". I confirm that ...
Hari Addepalli's user avatar
0 votes
0 answers
168 views

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 ...
Gowducheruvu's user avatar
0 votes
0 answers
105 views

Currently I have this issue within my Jenkins pipeline. Here is the context. I am setting the Jenkins server in EC2 instance and docker container as an build agent. within this one, I install docker ...
Hung Nguyen's user avatar
0 votes
0 answers
94 views

Here are some basic infos: windows server 2016 CI/CD: jenkins running on windows server 2016 I have a msvc program, I start the building by calling a powershell script. I can run it successfully at ...
BruceYang's user avatar
0 votes
0 answers
54 views

I am loading a yaml file using readYaml inside a declarative Jenkins pipeline. My file contains values that are of format YYYY-MM-DD, for example 2024-10-23. However, after loading, these values ...
KrzysiekDD's user avatar
1 vote
1 answer
65 views

At the end of a Jenkins pipeline, I am trying to copy three files with the same name, in three different directories, into one directory, obviously renaming the files to avoid a name clash. The input ...
Dave Atkinson's user avatar
0 votes
0 answers
110 views

I'm running a Kubernetes Job from a Jenkins pipeline and want to stream its logs until completion. I currently use this pattern in a Bash script: job_status_cmd_complete="kubectl get job ${...
Ciprian Istrate's user avatar
0 votes
1 answer
44 views

I have a JSR-352 application. It performs Batch Processing and thus is a command line application writing logs to stdout. This goes nicely with Jenkins that provides a perfect UI to configure/run the ...
queeg's user avatar
  • 9,940
0 votes
1 answer
244 views

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 ...
Gowducheruvu's user avatar

1
2 3 4 5
1013