Sudharshan S [Tue, 25 Jun 2013 16:20:26 +0000 (21:50 +0530)]
jenkins_launcher can now install plugins
install_plugin takes in a URL or a list of URLs and restarts jenkins thereby installing the plugins
Sudharshan S [Tue, 25 Jun 2013 13:32:26 +0000 (19:02 +0530)]
Fix build.get_revision() for GIT repositories
Filter out actions which are None or not of interest and then extract the git revision from the lastBuiltRevision. Works in cases where branch is of something other than origin/HEAD
salimfadhley [Mon, 24 Jun 2013 23:44:47 +0000 (00:44 +0100)]
some small fixes
salimfadhley [Mon, 24 Jun 2013 23:09:48 +0000 (00:09 +0100)]
inital somewhat working demo of invocations
salimfadhley [Mon, 24 Jun 2013 21:47:50 +0000 (22:47 +0100)]
Added a note to ask people not to email the developers for support
salimfadhley [Sun, 23 Jun 2013 23:55:56 +0000 (00:55 +0100)]
Bumped Alexey up the list!
salimfadhley [Sun, 23 Jun 2013 23:49:50 +0000 (00:49 +0100)]
interim commit - pausing for the night
salimfadhley [Sun, 23 Jun 2013 21:53:13 +0000 (22:53 +0100)]
refactor continues on invocation;
Salim Fadhley [Sun, 23 Jun 2013 20:39:52 +0000 (21:39 +0100)]
Merge branch 'unstable' of https://github.com/salimfadhley/jenkinsapi into unstable
Salim Fadhley [Sun, 23 Jun 2013 20:21:01 +0000 (21:21 +0100)]
more invocation stuff, temporary commit as I move to a new computer
Salim Fadhley [Sun, 23 Jun 2013 08:49:53 +0000 (09:49 +0100)]
add how to support us section.
Salim Fadhley [Sun, 23 Jun 2013 08:26:21 +0000 (09:26 +0100)]
pep8 format
Salim Fadhley [Sun, 23 Jun 2013 08:26:01 +0000 (09:26 +0100)]
Moved the empty job config into the config
salimfadhley [Sun, 23 Jun 2013 08:09:35 +0000 (09:09 +0100)]
stubbing out a new invocation test
salimfadhley [Sun, 23 Jun 2013 07:57:54 +0000 (08:57 +0100)]
small re-organization, now we have a config file for all the jobs used in systests
salimfadhley [Sun, 23 Jun 2013 07:49:35 +0000 (08:49 +0100)]
skeleton class of the Invocation object
salimfadhley [Sun, 23 Jun 2013 06:46:27 +0000 (07:46 +0100)]
pep8 format
salimfadhley [Sun, 23 Jun 2013 06:45:17 +0000 (07:45 +0100)]
Initial commit of the Invocation object.
salimfadhley [Sun, 23 Jun 2013 06:26:10 +0000 (07:26 +0100)]
Remove a redundant import
salimfadhley [Sat, 22 Jun 2013 23:42:51 +0000 (00:42 +0100)]
Version bump
salimfadhley [Sat, 22 Jun 2013 23:28:13 +0000 (00:28 +0100)]
some more test tidy-ups
salimfadhley [Sat, 22 Jun 2013 23:06:28 +0000 (00:06 +0100)]
better support for starting & stopping jobs
salimfadhley [Thu, 20 Jun 2013 00:20:11 +0000 (01:20 +0100)]
Add coverage to travis routine
salimfadhley [Thu, 20 Jun 2013 00:18:15 +0000 (01:18 +0100)]
Version bump
salimfadhley [Thu, 20 Jun 2013 00:05:32 +0000 (01:05 +0100)]
The launcher can now provide configuration files.
salimfadhley [Thu, 20 Jun 2013 00:04:29 +0000 (01:04 +0100)]
get rid of a pointless function.
salimfadhley [Wed, 19 Jun 2013 23:58:53 +0000 (00:58 +0100)]
new config file - required to launch newer versions of jenkins;
salimfadhley [Wed, 19 Jun 2013 23:49:54 +0000 (00:49 +0100)]
remove a print statement
salimfadhley [Tue, 18 Jun 2013 23:48:58 +0000 (00:48 +0100)]
Version bump
salimfadhley [Tue, 18 Jun 2013 23:47:01 +0000 (00:47 +0100)]
more docs
salimfadhley [Tue, 18 Jun 2013 23:45:10 +0000 (00:45 +0100)]
some docs
salimfadhley [Tue, 18 Jun 2013 23:10:54 +0000 (00:10 +0100)]
tidy up warning
salimfadhley [Tue, 18 Jun 2013 23:04:05 +0000 (00:04 +0100)]
add coverage
salimfadhley [Tue, 18 Jun 2013 23:02:37 +0000 (00:02 +0100)]
moved the test for war existance into python
salimfadhley [Tue, 18 Jun 2013 22:59:19 +0000 (23:59 +0100)]
Lock Jenkins to an older version for now.
salimfadhley [Tue, 18 Jun 2013 22:57:50 +0000 (23:57 +0100)]
Added known bugs section.
Aleksey Maksimov [Tue, 18 Jun 2013 10:10:56 +0000 (18:10 +0800)]
Fixed typo.
Shall stop posting fixes from Github UI no matter how small they look! This is the last one! :)
Aleksey Maksimov [Tue, 18 Jun 2013 10:04:05 +0000 (18:04 +0800)]
Removed print statement from get_jobs_list
Aleksey Maksimov [Tue, 18 Jun 2013 06:31:28 +0000 (14:31 +0800)]
Added test for utils.Requester
salimfadhley [Tue, 18 Jun 2013 00:03:19 +0000 (01:03 +0100)]
remove a duplication
salimfadhley [Mon, 17 Jun 2013 23:51:56 +0000 (00:51 +0100)]
fixed a typo in the unittst
salimfadhley [Mon, 17 Jun 2013 23:44:26 +0000 (00:44 +0100)]
yet another refactor of nodes, this time with better tests
salimfadhley [Mon, 17 Jun 2013 23:43:17 +0000 (00:43 +0100)]
remove unused import
salimfadhley [Mon, 17 Jun 2013 23:05:48 +0000 (00:05 +0100)]
remove unused import
salimfadhley [Mon, 17 Jun 2013 23:05:10 +0000 (00:05 +0100)]
remove unused import
salimfadhley [Mon, 17 Jun 2013 22:46:42 +0000 (23:46 +0100)]
fix some typos
salimfadhley [Mon, 17 Jun 2013 22:44:45 +0000 (23:44 +0100)]
we dont need no steenking accessor functions.
salimfadhley [Mon, 17 Jun 2013 22:39:05 +0000 (23:39 +0100)]
small tidy-ups to tests
salimfadhley [Mon, 17 Jun 2013 22:38:28 +0000 (23:38 +0100)]
delete a bunch of stuff we do not actually need
salimfadhley [Mon, 17 Jun 2013 21:30:21 +0000 (22:30 +0100)]
corrected a typo
salimfadhley [Mon, 17 Jun 2013 21:30:05 +0000 (22:30 +0100)]
changed the text.
salimfadhley [Mon, 17 Jun 2013 21:29:41 +0000 (22:29 +0100)]
Added the link to the issue tracker.
salimfadhley [Mon, 17 Jun 2013 21:56:12 +0000 (22:56 +0100)]
Added some test result data.
salimfadhley [Mon, 17 Jun 2013 21:31:41 +0000 (22:31 +0100)]
added the support link
Salim Fadhley [Mon, 17 Jun 2013 00:00:08 +0000 (01:00 +0100)]
more examples sorted
Salim Fadhley [Sun, 16 Jun 2013 23:55:37 +0000 (00:55 +0100)]
added a bunch of stuff in a new location
Salim Fadhley [Sun, 16 Jun 2013 23:55:04 +0000 (00:55 +0100)]
reshuffled a bunch of stuff
Salim Fadhley [Sun, 16 Jun 2013 23:51:09 +0000 (00:51 +0100)]
add a bunch more stuff
Salim Fadhley [Sun, 16 Jun 2013 23:37:28 +0000 (00:37 +0100)]
corrected one of the api-methods
Salim Fadhley [Sun, 16 Jun 2013 23:37:09 +0000 (00:37 +0100)]
Added some more ignores
Salim Fadhley [Sun, 16 Jun 2013 23:15:21 +0000 (00:15 +0100)]
queues have been almost entirely refactored, still need docs & examples
Salim Fadhley [Sun, 16 Jun 2013 22:25:51 +0000 (23:25 +0100)]
initial refactoring of queues
Salim Fadhley [Sun, 16 Jun 2013 22:25:29 +0000 (23:25 +0100)]
make sure that coverage logs are not tracked
Salim Fadhley [Sun, 16 Jun 2013 22:23:30 +0000 (23:23 +0100)]
tidy up imports
Salim Fadhley [Sun, 16 Jun 2013 22:22:48 +0000 (23:22 +0100)]
add nosetest & other steps to the ANT build
Salim Fadhley [Sun, 16 Jun 2013 21:35:59 +0000 (22:35 +0100)]
fix the test name
Salim Fadhley [Sun, 16 Jun 2013 21:30:39 +0000 (22:30 +0100)]
version bump
Salim Fadhley [Sun, 16 Jun 2013 21:27:47 +0000 (22:27 +0100)]
Coverage is now on by default
Salim Fadhley [Sun, 16 Jun 2013 21:21:02 +0000 (22:21 +0100)]
add nosetests settings to the cfg file
Salim Fadhley [Sun, 16 Jun 2013 21:09:41 +0000 (22:09 +0100)]
whitespace change
Salim Fadhley [Sun, 23 Jun 2013 20:21:01 +0000 (21:21 +0100)]
more invocation stuff, temporary commit as I move to a new computer
Salim Fadhley [Sun, 23 Jun 2013 08:49:53 +0000 (09:49 +0100)]
add how to support us section.
Salim Fadhley [Sun, 23 Jun 2013 08:26:21 +0000 (09:26 +0100)]
pep8 format
Salim Fadhley [Sun, 23 Jun 2013 08:26:01 +0000 (09:26 +0100)]
Moved the empty job config into the config
salimfadhley [Sun, 23 Jun 2013 08:09:35 +0000 (09:09 +0100)]
stubbing out a new invocation test
salimfadhley [Sun, 23 Jun 2013 07:57:54 +0000 (08:57 +0100)]
small re-organization, now we have a config file for all the jobs used in systests
salimfadhley [Sun, 23 Jun 2013 07:49:35 +0000 (08:49 +0100)]
skeleton class of the Invocation object
salimfadhley [Sun, 23 Jun 2013 06:46:27 +0000 (07:46 +0100)]
pep8 format
salimfadhley [Sun, 23 Jun 2013 06:45:17 +0000 (07:45 +0100)]
Initial commit of the Invocation object.
salimfadhley [Sun, 23 Jun 2013 06:26:10 +0000 (07:26 +0100)]
Remove a redundant import
salimfadhley [Sat, 22 Jun 2013 23:42:51 +0000 (00:42 +0100)]
Version bump
salimfadhley [Sat, 22 Jun 2013 23:28:13 +0000 (00:28 +0100)]
some more test tidy-ups
salimfadhley [Sat, 22 Jun 2013 23:06:28 +0000 (00:06 +0100)]
better support for starting & stopping jobs
salimfadhley [Thu, 20 Jun 2013 00:20:11 +0000 (01:20 +0100)]
Add coverage to travis routine
salimfadhley [Thu, 20 Jun 2013 00:18:15 +0000 (01:18 +0100)]
Version bump
salimfadhley [Thu, 20 Jun 2013 00:05:32 +0000 (01:05 +0100)]
The launcher can now provide configuration files.
salimfadhley [Thu, 20 Jun 2013 00:04:29 +0000 (01:04 +0100)]
get rid of a pointless function.
salimfadhley [Wed, 19 Jun 2013 23:58:53 +0000 (00:58 +0100)]
new config file - required to launch newer versions of jenkins;
salimfadhley [Wed, 19 Jun 2013 23:49:54 +0000 (00:49 +0100)]
remove a print statement
salimfadhley [Tue, 18 Jun 2013 23:48:58 +0000 (00:48 +0100)]
Version bump
salimfadhley [Tue, 18 Jun 2013 23:47:01 +0000 (00:47 +0100)]
more docs
salimfadhley [Tue, 18 Jun 2013 23:45:10 +0000 (00:45 +0100)]
some docs
salimfadhley [Tue, 18 Jun 2013 23:10:54 +0000 (00:10 +0100)]
tidy up warning
salimfadhley [Tue, 18 Jun 2013 23:04:05 +0000 (00:04 +0100)]
add coverage
salimfadhley [Tue, 18 Jun 2013 23:02:37 +0000 (00:02 +0100)]
moved the test for war existance into python
salimfadhley [Tue, 18 Jun 2013 22:59:19 +0000 (23:59 +0100)]
Lock Jenkins to an older version for now.
salimfadhley [Tue, 18 Jun 2013 22:57:50 +0000 (23:57 +0100)]
Added known bugs section.
Aleksey Maksimov [Tue, 18 Jun 2013 10:10:56 +0000 (18:10 +0800)]
Fixed typo.
Shall stop posting fixes from Github UI no matter how small they look! This is the last one! :)
Aleksey Maksimov [Tue, 18 Jun 2013 10:04:05 +0000 (18:04 +0800)]
Removed print statement from get_jobs_list
Aleksey Maksimov [Tue, 18 Jun 2013 06:33:41 +0000 (23:33 -0700)]
Merge pull request #119 from lechat/unit_tests
Added test for utils.Requester