Last active
April 25, 2024 20:56
Revisions
-
whittlec revised this gist
Aug 20, 2013 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -21,6 +21,7 @@ for (plugin in ["ant", "git-client", "global-build-stats", "gravatar", "groovy-postbuild", "javadoc", "jobConfigHistory", "ldap", -
whittlec revised this gist
Jul 31, 2013 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -7,6 +7,7 @@ for (plugin in ["ant", "claim", "clone-workspace-scm", "cobertura", "collapsing-console-sections", "conditional-buildstep", "configurationslicing", "copy-to-slave", -
whittlec revised this gist
Jul 30, 2013 . 1 changed file with 43 additions and 44 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,46 +1,45 @@ for (plugin in ["ant", "artifactdeployer", "build-failure-analyzer", "build-name-setter", "build-pipeline-plugin", "build-timeout", "claim", "clone-workspace-scm", "cobertura", "conditional-buildstep", "configurationslicing", "copy-to-slave", "credentials", "cvs", "disk-usage", "ec2", "email-ext", "external-monitor-job", "git", "git-client", "global-build-stats", "gravatar", "javadoc", "jobConfigHistory", "ldap", "mailer", "mask-passwords", "maven-plugin", "openid", "pam-auth", "parameterized-trigger", "run-condition", "shelve-project-plugin", "ssh-credentials", "ssh-slaves", "subversion", "svn-release-mgr", "token-macro", "translation", "view-job-filters", "ws-cleanup"]) { e = Hudson.instance.updateCenter.getPlugin(plugin).deploy().get().getError() if (e != null) println e.message } -
whittlec revised this gist
Jul 30, 2013 . 1 changed file with 4 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -40,5 +40,7 @@ for (plugin in ["ant", "view-job-filters", "ws-cleanup"]) { e = Hudson.instance.updateCenter.getPlugin(plugin).deploy().get().getError() if (e != null) println e.message } -
whittlec created this gist
Jul 30, 2013 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,44 @@ for (plugin in ["ant", "artifactdeployer", "build-failure-analyzer", "build-name-setter", "build-pipeline-plugin", "build-timeout", "claim", "clone-workspace-scm", "cobertura", "conditional-buildstep", "configurationslicing", "copy-to-slave", "credentials", "cvs", "disk-usage", "ec2", "email-ext", "external-monitor-job", "git", "git-client", "global-build-stats", "gravatar", "javadoc", "jobConfigHistory", "ldap", "mailer", "mask-passwords", "maven-plugin", "openid", "pam-auth", "parameterized-trigger", "run-condition", "shelve-project-plugin", "ssh-credentials", "ssh-slaves", "subversion", "svn-release-mgr", "token-macro", "translation", "view-job-filters", "ws-cleanup"]) { Hudson.instance.updateCenter.getPlugin(plugin).deploy() }