Name |
Pre/Post Build Command Plugin |
---|---|
Version |
1.1.1 |
Product Versions |
1.2.4 |
Author(s) |
Jonathan Doklovic [developer(at)sysbliss(dot)com] |
Homepage |
|
Price |
Free |
License |
|
JavaDocs |
|
IssueTracking |
|
Subversion URL |
https://svn.atlassian.com/svn/public/contrib/bamboo/bamboo-prepostcommand-plugin/tags/1.1.1/ or browse via fisheye |
Download JAR |
|
Download Source |
Description/Features
This plugin can run an arbitrary command before a build runs or when a build passes or fails.
The pre command is specified on the Builder Configuration page.
The pass and fail commands are specified on the Post Actions configuration page.
Sysout and Syserr from the command are logged to the bamboo.log file.
Usage
- Download and install the plugin into your Bamboo WEB-INF/lib folder
- Select your build and edit the Builder Configuration under the Configuration tab.
- Enter the complete command line to run before the build in the Command field.
- Select your build and edit the Post Actions under the Configuration tab.
- Enter the complete command line(s) to run in the Success and Failed Command fields
- After each build, the system will run either the Success or Failed command as appropriate if it's filled in
Configuration Details
Each command field will expand the following properties if they are entered:
property |
description |
---|---|
${bamboo.buildKey} |
the build key. (i.e. PRJ-PLAN) |
${bamboo.buildNumber} |
the build number. (i.e. 14) |
${bamboo.fullBuildKey} |
the full build key. (i.e. PRJ-PLAN-14) |
${bamboo.buildResultsUrl} |
the build results url |
Version History
1.1.1
1.1.0
1.0.0
Screenshots
Screenshots |
|
---|---|