hudson-api Questions

6

Is there an API to determine whether a given job is currently running or not? Ideally, I'd also like to be able to determine its estimated % complete and get the details of the SVN revision number...
Alamo asked 2/9, 2011 at 15:40

4

Solved

i am using jenkins 1.447.2 version.My master is linux and slave is windows Jul 27, 2012 12:44:17 PM hudson.remoting.jnlp.Main$CuiListener <init> INFO: Hudson agent is running in headless m...
Recrimination asked 27/7, 2012 at 13:28

2

how to cancel build queue jobs in jenkins through REST API, which are not started by jenkins and are in its build queue. I know how to cancel the in-progress job with below command curl -X POST &l...
Equilibrate asked 14/12, 2015 at 7:8

4

Solved

I have a Python script that operates on Hudson builds and would love to be able to set the description of a build programmatically. I can click "Add Description" on a build's page and fill in the ...
Plenum asked 2/2, 2011 at 2:23

2

I need to forcefully stop a Hudson build running in remote server. Is there a command/API to do that? for ex: to trigger a new build we can do :- HUDSON_URL/job/JOBNAME/build looking for similar ...
Amerind asked 25/4, 2011 at 10:38

3

We have a production job and a nightly job for a project in Hudson. The production job needs to pull off some artifacts from a specific nightly build # (which is provided as parameter). Can anyone ...
Reprehensible asked 17/3, 2011 at 9:43

2

I have a Java program controlling automatically generated jobs for a set of hudson servers. It is no problem to create, delete or update job(config)s using the hudson remote API. I also managed it ...
Redeploy asked 6/9, 2012 at 15:38

1

I would like to be able to present a view of Jenkins builds similar to the buildbot console view. With Jenkins out of the box, there appears to be really no good way to associate a commit with a bu...
Fair asked 25/5, 2012 at 21:30

1

Currently i'm searching for a working method to upload a file + a field in the following confiuguration of Hudson. The current problem is that Hudson always complains about a form which should be s...
Jeweller asked 9/12, 2010 at 12:53

2

Solved

I have a Jenkins build job with a Mercurial trigger on the default branch, which works fine for building "release candidates". This job then starts a smoke test job. We use a branch-per-feature br...
Hydrolysis asked 16/2, 2012 at 3:45

1

Solved

I am trying to use Jenkins(Hudson) Remote API to consume XML response from a freeStyleProject. Researching about the tree query parameter in the Jenkins documentation and here I have been trying ...
Pindaric asked 15/2, 2012 at 15:43

1

Solved

I'm trying to write a little tool for myself that would integrate with Hudson build server. The current roadblock that I've hit is performance. I'd like to do a simple thing like have a list of all...
Hegel asked 18/1, 2011 at 9:16
1

© 2022 - 2024 — McMap. All rights reserved.