Skip to main content
1 vote
1 answer
51 views

ERROR: Build step failed with exception groovy.lang.MissingPropertyException: No such property: manager for class: Script1 at org.codehaus.groovy.runtime.ScriptBytecodeAdapter.unwrap(...
Adithi's user avatar
  • 11
1 vote
0 answers
174 views

We use a free-style job in Jenkins with a file parameter to launch a job that reads that file to perform some actions. Sometimes we want to schedule this job (with the help of the Schedule Build ...
Ermiar's user avatar
  • 1,077
0 votes
1 answer
94 views

I have a 500+ Jenkins jobs in a particular view. I need to trigger those jobs programmatically using the Jenkins script console. I tried with the below code but it didn't work. import hudson.model....
Dhakshna Moorthy's user avatar
1 vote
0 answers
743 views

I am developing a groovy script in my pipeline A to get the latest revision of a svn repository ,save it into revision variable and append it to the version number tag in a POM file in Pipeline B. The ...
Ramin B's user avatar
  • 45
2 votes
1 answer
282 views

I am working on a Jenkins custom Plugin, where I need to list all valid FilePaths: sub-Directories and child files, excluding some temporary files like .git,.npm,.cache etc, the full list is included ...
kn_pavan's user avatar
  • 1,624
0 votes
0 answers
652 views

We are using jenkins version is 2.121.3. For java JDK versions we are using different versions for master and slave machines. This issue will occurs only for security jobs. Which they are added ...
shanmukh's user avatar
1 vote
1 answer
131 views

I have a Jenkins jobs that runs as so (very simplified but the structure is there): #!/usr/bin/env groovy node('my_label'){ timestamps{ build() postBuild() } } def build(){ parallel{ ...
iwantmyhatback's user avatar
0 votes
0 answers
5k views

When trying to connect an agent node (Rhel) using the "java -jar agent.jar -jnlpUrl", the connection is not successful. Getting the error "Protocol JNLP4-connect encountered an ...
kr_devops's user avatar
  • 147
1 vote
1 answer
1k views

I would like to send the full name of the previous build that was received by using the following: Run previousBuild = steps.currentBuild.rawBuild.getPreviousBuildInProgress() in order to send to ...
ssb's user avatar
  • 39
1 vote
0 answers
699 views

I try tofigure out how environment variable in jenkins are working and I get confused. Maybe someone can help to find my missunderstanding: Pipleline: import hudson.EnvVars; import hudson.slaves....
IFThenElse's user avatar
0 votes
0 answers
134 views

Can we add windows 2019 as agent node in Jenkins 1.596.2. Is it compatible? we are unable to location any official documentation. Please suggest?
Kishan's user avatar
  • 1
2 votes
0 answers
2k views

What I want: I want to change/sort the build queue in my Jenkins file (declarative Pipeline). Actually I want to make priority in my builds. I am familiar with the following plugins: PrioritySorter ...
milanbalazs's user avatar
  • 5,389
2 votes
0 answers
1k views

I'm using Jenkins 2.286 version on Windows 10. I need to use the bitbucket hooks to trigger build when any pr merge made on the repository. I've installed necessary plugins to communicate with ...
Soner Paycı's user avatar
0 votes
2 answers
75 views

This is not a programming question, but I don't know any more active forum and besides programmers are the best people to be able to answer my question. I am trying to understand the rationale behind ...
grit639's user avatar
  • 346
1 vote
0 answers
259 views

I have a set of test suites say, X, Y, Z. When I run test suite X on my development machine it runs absolutely fine. But when I run the test suites through Hudson job on some remote machine that runs ...
Swapnil 's user avatar

15 30 50 per page
1
2 3 4 5
177