Versions Compared

Key

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

Task aliases make it easier to remember and define the taskKey parameter for an addTask action. Aliases are case-insensitive and are equivalent to their key value. Other aliases can for popular tasks on request. See also Examples for AddTask Action. If you your task is not listed here, you will need to use the task key and you can discover that by running either exportPlan or getTaskList for a plan that already has the task defined. On request, we can add more aliases for popular tasks.


We have defined the following task aliases for some common used task keys.

AliasKeyTaskKeyApp 
ANT

com.atlassian.bamboo.plugins.ant:task.builder.ant


ARTIFACT_DOWNLOAD

com.atlassian.bamboo.plugins.bamboo-artifact-downloader-plugin:artifactdownloadertask


COMMAND

com.atlassian.bamboo.plugins.scripttask:task.builder.command


CHECKOUT

com.atlassian.bamboo.plugins.vcs:task.vcs.checkout


CLEAN

com.atlassian.bamboo.plugins.bamboo-artifact-downloader-plugin:cleanWorkingDirectoryTask


CLI_BAMBOO

org.swift.bamboo.acli:bamboo

Run CLI for Bamboo
CLI_BITBUCKET

org.swift.bamboo.acli:bitbucket

Run CLI for Bamboo
CLI_CONFLUENCE

org.swift.bamboo.acli:confluence

Run CLI for Bamboo
CLI_JIRA

org.swift.bamboo.acli:jira

Run CLI for Bamboo
CLI_SERVICE_DESK

org.swift.bamboo.acli:servicedesk

Run CLI for Bamboo
CLI_SLACK

org.swift.bamboo.acli:slack

Run CLI for Bamboo
CLI_UPM

org.swift.bamboo.acli:upm

Run CLI for Bamboo
GRADLE

org.swift.bamboo.groovy:gradle

Groovy Tasks for Bamboo
GRADLEW

org.swift.bamboo.groovy:gradlew

Groovy Tasks for Bamboo
GRADLEWRAPPER

org.swift.bamboo.groovy:gradlewrapper

Groovy Tasks for Bamboo
GROOVY

org.swift.bamboo.groovy:groovy

Groovy Tasks for Bamboo
INJECT_VARIABLES

com.atlassian.bamboo.plugins.bamboo-variable-inject-plugin:inject


JUNIT_PARSER

com.atlassian.bamboo.plugins.testresultparser:task.testresultparser.junit


MAVEN2

com.atlassian.bamboo.plugins.maven:task.builder.mvn2


MAVEN3

com.atlassian.bamboo.plugins.maven:task.builder.mvn3


SCP

com.atlassian.bamboo.plugins.bamboo-scp-plugin:scptask


SSH

com.atlassian.bamboo.plugins.bamboo-scp-plugin:sshtask


SQL

com.appfire.bamboo.sql:sql


SCRIPT

com.atlassian.bamboo.plugins.scripttask:task.builder.script


VARIABLE_REPLACE

org.swift.bamboo.groovy:variable.replace

Groovy Tasks for Bamboo
MAVEN_POM_EXTRACTOR

com.davidehringer.atlassian.bamboo.maven.maven-pom-parser-plugin:maven-pom-parser-plugin

Maven Pom Value Extractor

...