hudson-plugins Questions
3
I have complex jobs with a lot of parameters, is there any way to validate those parameters using JavaScript form validation or with some other methods, and if the user's input isn't not correct, i...
Fortitude asked 18/7, 2016 at 17:16
5
Solved
I have two jobs(A and B) that I want to B is triggered by A with the git commit used by A after A is successfully built.
The build trigger plug-in supports trigger the downstream job with the git ...
Schoolfellow asked 14/11, 2011 at 2:36
3
Solved
I'm writing a Jenkins plugin and i'm using build.getWorkspace() to get the path to the current workspace. The issue is that this returns a FilePath object.
How can i convert this to a File object...
Demona asked 4/11, 2013 at 23:31
3
I use Jenkins,I can't find "Restrict where this project can be run" in the configure page,should I add some plugins? which one?
Biforate asked 20/2, 2013 at 8:51
4
Solved
I have a report file I'm generating, and I would like to be able to add the current build number to that file within a Jenkins job. Is there an environment variable or plugin I can use to get at th...
Cassandra asked 23/8, 2011 at 21:15
6
I have a parameterized job which I want to schedule it to run at a particular time. Is there anyway I can choose my parameters and schedule it to run.
Thanks in advance
Heartland asked 29/5, 2013 at 9:51
7
Here I am basically looking for a dependency parameter.
Let's say I have two dropdowns in the build parameter section. Based on the value selected from the first dropdown the possible default
I ...
Fi asked 27/3, 2013 at 7:38
4
I am using Parameterized Trigger Plugin to trigger a downstream build.
How do I specify that my upstream job should fail if the downstream fails? The upstream job is actually is dummy job with pa...
Iguanodon asked 19/6, 2011 at 17:2
1
On my current project, I have several dozen "sub-projects", each with trunk and branches (legacy setup, can't change it)
There are multiple commits on a branch, let's say 5, and then a branch is r...
Detriment asked 30/7, 2018 at 20:53
3
Solved
I'm in a somewhat old Hudson configuration. We have an in house developed plugin that query a Nexus repository and set some job parameters. The plugin is in Java.
We also use the depreacated SetEn...
Decentralization asked 18/9, 2017 at 22:18
4
Solved
I am trying to invoke Groovy inside Hudson (using groovy plugin) to get some properties for our build. But I am getting this exception:
groovy.lang.MissingPropertyException: No such property: mana...
Percept asked 18/4, 2013 at 13:14
2
Solved
How do I display a hyperlink (weblink) in hudson/jenkins build output console?
What I'm trying to achieve is, during a hudson/jenkins build based on certain condition, I would like to display a hy...
Delinda asked 1/11, 2015 at 1:23
3
Solved
Is there a way to customize the status of a Jenkins job to use different icons or colors other than just simple blue/green ball icons.
Something like what we see in cloudbees Jenkins instance or s...
Tumbleweed asked 19/8, 2015 at 22:30
8
Solved
I am trying to generate a coverage.xml so that I can reference it in Cobertura plugin of Hudson, but the file is not being created.
I've added the following to my POM
<reporting>
<plug...
Overfeed asked 22/2, 2012 at 16:19
4
Before anyone guns me down..I have looked at all the messages that has this error but they seem to manifest from a different problem,I couldn't get any substantial information. Following are the er...
Unnumbered asked 27/12, 2012 at 4:35
2
Solved
We are a Scala/Java shop and we use Gradle for our build and Hudson for CI. We recently wrote some node.js code with tests in mocha. Is there anyway to get that included in our gradle workflow and ...
Alithia asked 28/9, 2012 at 17:41
3
Solved
does anybody knows if there is a Jenkins /Hudson plugin that when the build is broken it allows you to set some status (like I'll fix it! ) so that other people in the team know that
Somebody is ...
Germinant asked 30/5, 2011 at 14:51
2
Solved
I have two scripts in the pre-build step in a Jenkins job, the first one a perl script, the second a system groovy script using the groovy plugin. I need information from the first perl script in m...
Genevivegenevra asked 28/5, 2012 at 19:5
2
I have upstream job that polls SVN for changes.
If changes are detected, the build is started.
After the build, the upstream project calls downstream project to run test. I'm using "Trigger Param...
Richma asked 24/10, 2013 at 20:43
0
Is it possible to integrate Jenkins and WhatsApp?
Trying to send notifications from Jenkins on build status
Ashes asked 25/1, 2016 at 17:0
5
I have 4 jobs which needs to be executed in the following sequence
JOB A
|------> JOB B
|------> JOB C
|------> JOB D
In the above
A should trigger B & C parallely and C intu...
Tippler asked 16/10, 2012 at 22:19
2
Solved
I have a lot of jobs in hudson and multiple views as well. What I want is to move jobs between views. E.g. Job1 is part of view1, I want to move that job from view1 to view2, how it is possible.
Ricebird asked 17/12, 2013 at 7:31
2
On my current project we're using Jenkins to monitor our builds. Now they want me to write a Jenkins plugin to add some more monitoring parameters.
I've taken a look at how the status monitor plug...
Warfare asked 3/4, 2011 at 18:58
3
I have a (strange) issue on my Jenkins installation which basically leads to SVN updates failing on an alternate basis.
The stack trace shows two issues:
hudson.util.IOException2: revision check...
Pretrice asked 31/7, 2012 at 8:9
2
Please help me in generating the .cvspass file to configure hudson tool .
Valerle asked 22/8, 2010 at 3:54
1 Next >
© 2022 - 2024 — McMap. All rights reserved.