Skip to main content

All Questions

0 votes
0 answers
29 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
43 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
0 votes
0 answers
86 views

Say I have this recursive function in a Jenkins pipeline. It's initially called by another function, but then calls itself recursively. def recursiveFunction(final Integer timeout) { static Integer ...
Chris F's user avatar
  • 17.2k
1 vote
0 answers
38 views

Pipeline is not passing down string parameter data to the PowerShell command were trying to create a jenkins page that allows a person to create a cname on a domain. We know creds work if we bypass ...
user31682094's user avatar
0 votes
0 answers
73 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
0 answers
49 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
62 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
0 votes
0 answers
116 views

I have a multi-module Maven project and I'm using Jenkins Pipeline (Declarative) to automate builds and releases. I want to implement a process that: Bumps the version in the pom.xml across all ...
Fernando Valderrama Guayán's user avatar

15 30 50 per page
1
2 3 4 5
881