summaryrefslogtreecommitdiff
path: root/simplejenkinsapi
AgeCommit message (Collapse)AuthorFilesLines
2013-07-22Merge remote-tracking branch ↵Lars Wirzenius1-1/+1
'baserock/baserock/richardmaw/S8436/jenkins-api-change-fix'
2013-07-22Stupid jenkinsLars Wirzenius1-1/+1
2013-07-22simplejenkinsapi: Be more permissive of return codeRichard Maw1-1/+1
Recently Jenkins changed its api for build triggering so that it would return 201 (CREATED) when a build is triggered, instead of 200 (OK).
2013-06-13Remove trailing whitespace from linesLars Wirzenius6-57/+57
2012-12-14Tell Jenkins to run job ASAPLars Wirzenius1-1/+1
Suggested by Richard Maw.
2012-10-07Add set_name method, for the displayName fieldRichard Maw1-0/+8
If displayName is set, then Jenkins prints that as the name of the job. If it is absent, then the job's id is used. It may be convienient to have the id be different to the name. Signed-off-by: Lars Wirzenius <liw@liw.fi>
2012-09-22Trigger one job at a time, stop if a job failsLars Wirzenius1-1/+15
2012-09-22Add method for running a job in JenkinsLars Wirzenius1-0/+4
2012-09-22Add order to package exported interfaceLars Wirzenius1-0/+2
2012-09-22Fix build orderingLars Wirzenius1-6/+24
2012-09-22Add test module for build orderingLars Wirzenius1-0/+71
2012-09-22Add way to sort projects into linear order by dependencyLars Wirzenius1-0/+40
2012-09-21Remove Jenkins build triggersLars Wirzenius1-9/+0
2012-08-24Add git supportLars Wirzenius1-0/+39
2012-08-12Fix job dependencies, simplify namingLars Wirzenius1-2/+2
2012-08-11Use host name rather than ssh target in job idsLars Wirzenius1-1/+1
2012-08-11Refactor: simplify generation/yielding of job idsLars Wirzenius1-1/+18
2012-08-11Create directory on worker before cd'ing to itLars Wirzenius1-0/+1
This way we don't need to play tricks to create it before calling add_ssh_command the first time.
2012-08-11Make sure all shell commands abort if there's an errorLars Wirzenius1-0/+1
2012-08-11Refactor things to reduce duplicated codeLars Wirzenius1-2/+22
2012-08-11Move version number into simplejenkinsapi/__init__.pyLars Wirzenius1-0/+3
2012-08-11Move tests into package, tooLars Wirzenius1-0/+147
2012-08-11Move Jenkins class into package, fix so ./check passesLars Wirzenius2-2/+128
2012-08-11Move jobconfig.py into new packageLars Wirzenius2-0/+90
2012-08-11Start a packageLars Wirzenius1-0/+19