Questions tagged [hudson-plugins]

Hudson plugins provide extensions to Hudson's basic capabilities. These include source code access, display, process control, and many others.

317 questions
0
votes
1 answer

Hudson multi-project configuration

My goal is to build war file and copy (deploy) in remote machines. What I have to do is I have one Subversion and two locations one 'Trunk' and 'Branch'. I have three remote machines. My ideas: Creating 6 (2 X 3) jobs in Hudson. But problem is…
Sun
  • 3,444
  • 7
  • 53
  • 83
0
votes
1 answer

How to configure Hudson base distribution?

I am a total newbie to the Hudson administration, so my question is very 101: I downloaded hudson-3.0.0.war, which is said to be just the Hudson Core without any plugins included, and deployed it on my Apache Tomcat 7.0 server. So Hudson as a web…
Lev
  • 287
  • 3
  • 13
0
votes
1 answer

How to show javascript (html?) graph in hudson

I have a piece of Javascript (html page??) that displays a graph of some data. The piece of code looks like:
user1948847
  • 955
  • 1
  • 12
  • 27
0
votes
1 answer

Use hudson system variables in my plugin java file

i am looking for a way through which i can use a environment variable in Hudson. In hudson i am creating a parameterized build for a specific job with a boolean parameter say "Bool". Hence after invoking the build through "Build now" i get a…
0
votes
1 answer

hudson subversion plugin

is there a way to force Subversion Plugin to ask authentication to an SVN repository every time users launch a job ? In detail: we have a job that perform a checkout from an SVN branch and then deploy the .ear checked-out. The Subversion Plugin…
Currao
  • 7
  • 2
0
votes
1 answer

Hudson Script Has Unexpected Stream Termination

I have a bat script that sets up Hudson in headless mode so that Jenkins can connect & perform automatic builds. The script has worked for 2 years. To fix a problem, IT tech changed the internet port from 100Mb/s to 1Gigb/s. Now, the script has the…
Kat
  • 447
  • 2
  • 7
  • 21
0
votes
1 answer

Hudson with Trac

Event provider HudsonTracPlugin failed for filters "Hudson Builds": IOError: Error getting build info from: 'http://localhost:8080/hudson/rssAll/api/python?tree=jobs[builds[building,timestamp,duration,result,description,url,fullDisplayName]]':…
0
votes
1 answer

Install M2 Release Plugin 0.9.1 on Hudson 2.2.1?

Has anyone successfully installed the latest M2 Release Plugin (http://wiki.hudson-ci.org/display/HUDSON/M2+Release+Plugin or https://wiki.jenkins-ci.org/display/JENKINS/M2+Release+Plugin) on Hudson (NOT Jenkins) 2.2.1? I just upgraded Hudson from…
sdoca
  • 7,832
  • 23
  • 70
  • 127
0
votes
1 answer

Pre send script in groovy for jenkins

i have two dependent jobs. i need help for groovy script in jenkins, for writing pre send script for email-ext plugin. i want to check whether buid reason is upstream cause, then set cancel variable=true But i don't know how to write if condition in…
Chikku
  • 61
  • 2
  • 10
0
votes
1 answer

Email-ext Pre script usage

How can I write a prescript to check whether an email is going to be triggered because of an upstream project cause (commit-job A). If it does trigger, I want to cancel the email triggering in job B. I have seen one cancel variable. I want to know…
user1551970
0
votes
2 answers

To get build status through environment variable

I am using jenkins for continous integration. For my build purpose, i triggering email using Ant task. I am not able to find an environment variable to pass ant for sending email build status(success/failure/stable). i want to know how can i get…
varghese
  • 131
  • 1
  • 4
  • 12
0
votes
1 answer

How to put condition on post build actions?

I have job A and B. Commit will be polled by job A and build is happening on Job B. So I did promoted plugin for email ext after completion of job B to send email from job A. I have some periodic schedule task which run on job B itself. That case I…
varghese
  • 131
  • 1
  • 4
  • 12
0
votes
1 answer

How artifacts, fingerprinting and email notification related for interdependent jobs?

I am having two interdependent jobs, so my purpose is to send email notification to commiter of job-A after the completion of job-B. For sending the notification i got a reply like i need to have fingerprinting between dependent jobs. So my question…
varghese
  • 131
  • 1
  • 4
  • 12
0
votes
2 answers

Problems with Hudson CI and FindBugs/Static Analysis plugin

I have Hudson v2.20 installed. I am trying to install the FindBugs plugin, but when Hudson restarts after downloading the plugin, the plugin fails to load with the following error below. Has anyone else seen this? And if so, how would I solve…
John Farrelly
  • 7,289
  • 9
  • 42
  • 52
0
votes
1 answer

Which plugin is required to use hudson with svn?

I am new to hudson and i'm using SVN ,I want to know to use hudson with svn whether we have to use any plugin? If yes which plugin ?
1 2 3
21
22