Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Table plus


.restartCount}
Pseudo VariableTypeValuesReference in CLI NotificationReference in Bamboo VariableSince
buildStateStringSuccessful, Failed, Unknown${bamboo.buildState}${bamboo_buildState}
isRebuildStringYes, No${bamboo.isBuild}${bamboo_isBuild}
restartCountIntegerNumber of times the build has been restarted${bamboo.restartCount}${bamboo_restartCount}
successfulTestCaseCountIntegerNumber of successful test cases${bamboo.successfulTestCaseCount}${bamboo_successfulTestCaseCount}8.0.0
failedTestCaseCountIntegerNumber of failed test cases${bamboo.failedTestCaseCount}${bamboo_failedTestCaseCount}8.0.0
quarantinedTestCaseCountIntegerNumber of quarantined test cases${bamboo.quarantinedTestCaseCount}${bamboo_quarentinedTestCaseCount}8.0.0
skippedTestCaseCountIntegerNumber of skipped test cases${bamboo.skippedTestCaseCount}${bamboo_skippedTestCaseCount}8.0.0
ignoredTestCaseCountIntegerNumber of ignored test cases${bamboo.ignoredTestCaseCount}${bamboo_ignoredTestCaseCount}8.0.0
totalTestCaseCountIntegerNumber of total test cases${bamboo.totalTestCaseCount}${bamboo_totalTestCaseCount}8.0.0
fixedTestCaseCountIntegerNumber of fixed test cases${bamboo.fixedTestCaseCount}${bamboo_fixedTestCaseCount}8.0.0


Tip

In order to avoid a Bamboo error when referencing a pseudo variable in a standard Bamboo variable, use the alternate form of reference. This is because Bamboo tries to validate strings that look like bamboo variables. 


...