Examples

⚠️This app will no longer be operational with the end of support of Bamboo version 9.6, planned for March 14, 2026. The app will no longer be available for purchase, use, or support, and the Marketplace listing will be archived. Learn more about Atlassian's End of Support Policy: https://confluence.atlassian.com/support/atlassian-end-of-support-policy-201851003.html

Examples

Action usage examples


 

addAgent

--action addAgent --agent "Z Added 1" --continue

--action addAgent --agent "Z Added 1" --description "Agent added by 5074797"

--action addAgent --agent "Z Added 2"

--action addAgent --agent "Z Added 3"

--action addAgent --agent "Z Added 4" --continue

addAgentAssignment

--action addAgentAssignment --agent "Z Added 1" --assignment "ZCREATE5074797"

--action addAgentAssignment --agent "Z Added 1" --assignment "ZCREATE5074797-AA"

--action addAgentAssignment --agent "Z Added 1" --assignment "ZCREATE5074797-AA-MYJOB"

--action addAgentAssignment --agent "zdeploy" --assignment "Deploy ZDEPLOY5291168-BASE" --type "DEPLOYMENT_PROJECT" --autoAgent

--action addAgentAssignment --agent "zdeploy" --assignment "Deploy ZDEPLOY5291168-BASE:QA" --type "ENVIRONMENT" --autoAgent

addArtifact

--action addArtifact --plan "ZCREATE5074797-AA" --job "MYJOB" --artifact "jar" --location "target" --copyPattern "**/*.jar" --shared

--action addArtifact --plan "ZCREATE5074797-AA" --job "myjob" --artifact "jar2" --location "target" --copyPattern "**/*.jar" --required

--action addArtifact --plan "ZCREATE5074797-AA" --job "myjob" --artifact "remove me" --location "target" --copyPattern "**/*.jar"

addBranch

--action addBranch --plan "ZTEMPLATE-CHECKOUT1" --branch "2.5.0" --continue

--action addBranch --plan "ZTEMPLATE-CHECKOUT1" --branch "2.5.0" --description "Branch for tag 2.5.0" --enable

--action addBranch --plan "ZTEMPLATE-CHECKOUT1" --branch "2.6.0" --name "Release 2.6.0"

addCapability

--action addCapability --type "Docker" --value "/zdocker"

--action addCapability --type "Docker" --value "/zdocker" --agent "zcapabilities"

--action addCapability --type "Perforce" --value "/zperforce"

--action addCapability --type "Perforce" --value "/zperforce" --agent "zcapabilities"

--action addCapability --type "custom" --value "xxx" --agent "zcapabilities" --name "z custom 1"

--action addCapability --type "custom" --value "xxx" --name "z custom 1"

--action addCapability --type "executable:Ant" --value "/ant" --agent "zcapabilities" --name "z Ant"

--action addCapability --type "executable:Ant" --value "/ant" --name "z Ant"

--action addCapability --type "executable:Gradle Wrapper" --value "/gw" --agent "zcapabilities" --name "z GW"

--action addCapability --type "executable:Gradle Wrapper" --value "/gw" --name "z GW"

--action addCapability --type "git" --value "/zgitssh" --agent "zcapabilities" --options "ssh"

--action addCapability --type "git" --value "/zgitssh" --options "ssh"

--action addCapability --type "jdk" --value "/jdk" --agent "zcapabilities" --name "z JDK"

--action addCapability --type "jdk" --value "/jdk" --name "z JDK"

addComment

--action addComment --build "XXX-DEF" --comment "This is a comment added by automation"

--action addComment --build "XXX-DEF" --number "1850" --file "/opt/atlassian/pipelines/agent/build/src/itest/bamboo/resources/data.txt" --findReplace "xxx:yyy"

addEnvironment

--action addEnvironment --deploymentProject "Deploy ZDEPLOY5291168-BASE" --name "DEV"

--action addEnvironment --deploymentProject "Deploy ZDEPLOY5291168-BASE" --name "QA" --description "Environment description"

--action addEnvironment --deploymentProject "Deploy ZTEMPLATE-CHECKOUT1" --name "QA"

addEnvironmentNotification

--action addEnvironmentNotification --deploymentProject "Deploy ZDEPLOY5291168-BASE" --environment "QA" --event "Deployment finished" --recipientType "CLI" --field "cliAction = -a getClientInfo"

--action addEnvironmentNotification --deploymentProject "Deploy ZDEPLOY5291168-BASE" --environment "QA" --event "Deployment started and finished" --recipientType "CLI" --field "cliAction = -a getClientInfo"

addEnvironmentRequirement

--action addEnvironmentRequirement --deploymentProject "Deploy ZDEPLOY5291168-BASE" --environment "QA" --requirement "system.builder.ant.Ant"

--action addEnvironmentRequirement --deploymentProject "Deploy ZDEPLOY5291168-BASE" --environment "QA" --requirement "xxx" --type "EQUALS" --value "yyy"

addEnvironmentTask

--action addEnvironmentTask --deploymentProject "Deploy ZDEPLOY5291168-BASE" --environment "DEV" --taskKey "SCRIPT" --field "scriptLocation = INLINE" --field "scriptBody = exit -99"

--action addEnvironmentTask --deploymentProject "Deploy ZDEPLOY5291168-BASE" --environment "QA" --taskKey "GROOVY" --fields "label:Groovy,buildJdk:JDK,scriptLocation:INLINE" --field "scriptBody = 0"

--action addEnvironmentTask --deploymentProject "Deploy ZDEPLOY5291168-BASE" --environment "QA" --taskKey "GROOVY" --fields "label:Groovy,buildJdk:JDK,scriptLocation:INLINE" --field "scriptBody = 1" --final

--action addEnvironmentTask --deploymentProject "Deploy ZDEPLOY5291168-BASE" --environment "QA" --taskKey "com.atlassian.bamboo.plugins.scripttask:task.builder.script" --field "scriptLocation = INLINE" --field "scriptBody = sleep 10 && echo xxx > out.txt"

--action addEnvironmentTask --deploymentProject "Deploy ZTEMPLATE-CHECKOUT1" --environment "QA" --taskKey "SCRIPT" --field1 scriptLocation --value1 INLINE --field2 scriptBody --value2 "echo xxx > out.txt"

addEnvironmentTrigger

--action addEnvironmentTrigger --deploymentProject "Deploy ZDEPLOY5291168-BASE" --environment "QA" --stage "FIRST" --type "After successful stage" --description "for branch" --branch "2.5.0" --verbose

--action addEnvironmentTrigger --deploymentProject "Deploy ZDEPLOY5291168-BASE" --environment "QA" --type "After successful deployment" --triggeringEnvironment "DEV"

--action addEnvironmentTrigger --deploymentProject "Deploy ZDEPLOY5291168-BASE" --environment "QA" --type "After successful stage" --stage "FIRST" --disable

--action addEnvironmentTrigger --deploymentProject "Deploy ZDEPLOY5291168-BASE" --environment "QA" --type "AfterSuccessfulPlan"

--action addEnvironmentTrigger --deploymentProject "Deploy ZDEPLOY5291168-BASE" --environment "QA" --type "Scheduled" --description "scheduled trigger" --schedule "1 0 0 ? * *"

addEnvironmentVariables

--action addEnvironmentVariables --deploymentProject "Deploy ZDEPLOY5291168-BASE" --environment "QA" --fields "Zv.a:value a,Zv.b:value b" --field "Zv.1=value 1 5291168" --field "Zv_2=value 2 :;<>,.?/~#$%^&*()_+'" --field "ZPLANpassword=XXX" --replace

addGroup

--action addGroup --group "group1"

--action addGroup --group "group1" --continue

addJob

--action addJob --plan "ZCREATE5074797-AA" --description "My job 1 description" --stage "My stage 1" --job "my job another"

--action addJob --plan "ZCREATE5074797-AA" --job "REMOVE" --stage "My stage 1"

--action addJob --plan "ZCREATE5074797-AA" --name "myjob 1" --stage "My stage 1" --job "myjob"

--action addJob --plan "ZCREATE5074797-BB" --job "JOB" --stage "Stage 1"

--action addJob --plan "ZCREATE5074797-CC" --job "JOBDocker" --stage "Default Stage" --type "Docker" --docker "myDocker"

addLabels

--action addLabels --build "XXX-DEF" --labels "testlabel1, testlabel2"

--action addLabels --build "XXX-DEF" --number -1

--action addLabels --build "XXX-DEF" --number -1 --labels "testlabel1 testlabel2"

--action addLabels --plan "XXX-DEF" --labels "testlabel1 testlabel2"

addRepository

--action addRepository --name "global (delete me)" --repositoryKey "GIT" --credentials "bitbucket-cloud-read-only" --continue

--action addRepository --name "global (delete me)" --repositoryKey "GIT" --credentials "bitbucket-cloud-read-only" --fields "repository.git.repositoryUrl:'https://bitbucket.org/bobswift/groovy',repository.git.branch:master,repository.git.commandTimeout:2,selectedWebRepositoryViewer:'bamboo.webrepositoryviewer.provided:noRepositoryViewer'"

--action addRepository --plan "ZBAMBOOCLI4988851-checkout1" --repositoryKey "GIT" --name "groovy" --credentials "bitbucket-cloud-read-only" --fields "repository.git.repositoryUrl:'https://bitbucket.org/bobswift/groovy',repository.git.branch:master,repository.git.commandTimeout:2,selectedWebRepositoryViewer:'bamboo.webrepositoryviewer.provided:noRepositoryViewer'"

--action addRepository --plan "ZCREATE5074797-AA" --name "example" --description "example"

addRequirement

--action addRequirement --plan "ZCLI-REQUIREMENTS" --job "JOB1" --requirement "Ant"

--action addRequirement --plan "ZCLI-REQUIREMENTS" --job "JOB1" --requirement "my-custom-requirement" --type "equal" --value "mine"

--action addRequirement --plan "ZCLI-REQUIREMENTS" --job "JOB1" --requirement "system.builder.groovy.Gradle"

addStage

--action addStage --plan "ZCREATE5074797-AA" --name "My stage 2" --description "My stage description"

--action addStage --plan "ZCREATE5074797-AA" --stage "My stage 1" --description "My stage description"

--action addStage --plan "ZCREATE5074797-BB" --stage "Stage 1"

addTask

--action addTask --file "build/output/tasks/script.txt" --plan "ZCLI-TASKS" --job "JOB" --taskKey "SCRIPT" --description "fileReference" --field "scriptLocation=INLINE" --field "scriptBody=@file"

--action addTask --plan "ZBAMBOOCLI4988851-checkout1" --job "JOB1" --taskKey "com.atlassian.bamboo.plugins.scripttask:task.builder.script" --description "initial description before update" --fields "argument:aaaaa,environmentVariables:eeeee=vvvvv" --field1 "scriptLocation" --value1 "INLINE" --field2 "scriptBody" --value2 "echo 'exitCode: \${bamboo.exitCode}'; exit \${bamboo.exitCode} "

--action addTask --plan "ZBAMBOOCLI4988851-checkout1" --job "JOB1" --taskKey "com.atlassian.bamboo.plugins.scripttask:task.builder.script" --description "task description" --fields "argument:aaaaa,environmentVariables:eeeee=vvvvv" --field1 "scriptLocation" --value1 "INLINE" --field2 "scriptBody" --value2 "echo 'exitCode: \${bamboo.exitCode}'; exit \${bamboo.exitCode} "

--action addTask --plan "ZCLI-TASKS" --job "JOB2" --taskKey "ARTIFACT_DOWNLOAD"

--action addTask --plan "ZCLI-TASKS" --job "JOB2" --taskKey "SSH" --file "/opt/atlassian/pipelines/agent/build/src/itest/bamboo/resources/sshkey" --field "host=build" --field "username_ssh_key=root" --field "authType=KEY" --field "private_key=@file" --field "command=bash script.sh" --field "sshAuthTypeSource=SSH"

--action addTask --plan "ZCREATE5074797-AA" --job "myjob" --taskKey "SCRIPT" --description "initial description before update" --fields "argument:aaaaa,environmentVariables:eeeee=vvvvv" --field "scriptLocation=INLINE" --field "scriptBody = echo 'exitCode: \${bamboo.exitCode}'; exit \${bamboo.exitCode} "

--action addTask --plan "ZCREATE5074797-AA" --job "myjobanother" --taskKey "com.atlassian.bamboo.plugins.scripttask:task.builder.script" --description "initial description before update" --fields "argument:aaaaa,environmentVariables:eeeee=vvvvv" --field "scriptLocation=INLINE" --field "scriptBody = echo 'exitCode: \${bamboo.exitCode}'; exit \${bamboo.exitCode} "

--action addTask --plan "ZCREATE5074797-BB" --job "JOB" --description "Fail" --taskKey "SCRIPT" --field "scriptLocation = INLINE" --field "scriptBody = exit 1" --disable

--action addTask --plan "ZCREATE5074797-BB" --job "JOB" --description "Long" --taskKey "SCRIPT" --field "scriptLocation = INLINE" --field "scriptBody = sleep 30s exit 1" --disable

--action addTask --plan "ZCREATE5074797-BB" --job "JOB" --description "Success" --taskKey "SCRIPT" --field "scriptLocation = INLINE" --field "scriptBody = exit 0"

--action addTask --plan "ZEXPORT4985101-Export" --job "JOB1" --taskKey "ARTIFACT_DOWNLOAD" --field "sourcePlanKey=ZEXPORT4985101-Export" --field "artifactId_1=out.txt"

addTrigger

--action addTrigger --plan "ZCREATE5074797-AA" --type "Polling"

--action addTrigger --plan "ZCREATE5074797-AA" --type "Polling" --description "polling trigger interval" --repository "example" --schedule "3600"

--action addTrigger --plan "ZCREATE5074797-AA" --type "Polling" --description "polling trigger scheduled" --repository "example" --schedule "2 0 0 ? * *"

--action addTrigger --plan "ZCREATE5074797-AA" --type "Remote" --description "remote trigger restricted" --repository "example" --ipRestriction "172.16.9.25,172.16.9.26"

--action addTrigger --plan "ZCREATE5074797-AA" --type "Remote" --description "remote trigger" --repository "example"

--action addTrigger --plan "ZCREATE5074797-AA" --type "RemoteBitbucketServer"

--action addTrigger --plan "ZCREATE5074797-AA" --type "Scheduled" --description "scheduled trigger" --schedule "1 0 0 ? * *"

--action addTrigger --plan "ZCREATE5074797-AA" --type "Scheduled" --schedule "9:35" --successfulPlans "XXX-DEF,YYY-DEF"

addUser

--action addUser --userId "user1" --userEmail "automation+user1@appfire.com" --group "bamboo-admin" --continue

--action addUser --userId "user1" --userEmail "automation+user1@appfire.com" --userFullName "User 1" --group "bamboo-admin"

addVariables

--action addVariables --field "Zv.a=value a" --field "Zv.b=value b" --field "Zv.1=value 1 5302472" --field "Zv_2=value 2 :;<>,.?/~#$%^&*()_+'" --field "ZGLOBALpassword=XXX" --replace

--action addVariables --plan "ZCLI-VARIABLES" --field "Zv.a=value a" --field "Zv.b=value b" --field "Zv.1=value 1 5302472" --field "Zv_2=value 2 :;<>,.?/~#$%^&*()_+'" --field "ZPLANpassword=XXX" --replace

--action addVariables --project "ZCLI" --field "Zv.a=value a" --field "Zv.b=value b" --field "Zv.1=value 1 5302472" --field "Zv_2=value 2 :;<>,.?/~#$%^&*()_+'" --field "ZPLANpassword=XXX" --replace

addWebhookTemplate

--action addWebhookTemplate --name "ZZ" --data "{\"xxx\":\"yyy\"}" --replace

cloneEnvironment

--action cloneEnvironment --deploymentProject "Deploy ZDEPLOY5291168-BASE" --environment "QA" --name "QACLONE" --description "clone of QA"

clonePlan

--action clonePlan --build "ZTEMPLATE-checkout1" --file "build/output/bamboocli/clonePlancheckout1.txt" --toPlan "ZBAMBOOCLI4988851-checkout1" --name "Clone of checkout1" --description "Created based on ZTEMPLATE-checkout1"

--action clonePlan --build "ZTEMPLATE-checkout1" --file "build/output/bamboocli/clonePlancheckout1Disable.txt" --toPlan "ZBAMBOOCLI4988851-checkout1Disable" --disable

--action clonePlan --build "ZTEMPLATE-notask" --file "build/output/bamboocli/clonePlannotask.txt" --toPlan "ZBAMBOOCLI4988851-notask" --name "Clone of notask" --description "Created based on ZTEMPLATE-notask"

--action clonePlan --build "ZTEMPLATE-notask" --file "build/output/bamboocli/clonePlannotaskDisable.txt" --toPlan "ZBAMBOOCLI4988851-notaskDisable" --disable

--action clonePlan --plan "ZTEMPLATE-checkout1" --file "build/output/bamboocli/clonePlanRemoveTesting.txt" --toPlan "ZBAMBOOCLI4988851-RemoveTesting" --name "Remove testing"

cloneProject

--action cloneProject --project "ZTEMPLATE" --toProject "ZBAMBOOCLI4988851CLONE"

--action cloneProject --project "ZTEMPLATE" --toProject "ZBAMBOOCLI4988851CLONEDisable" --disable

createDeploymentProject

--action createDeploymentProject --plan "ZDEPLOY5291168-BASE" --name "Deploy ZDEPLOY5291168-BASE" --description "Description for deploy"

--action createDeploymentProject --plan "ZTEMPLATE-CHECKOUT1" --branch "2.5.0" --name "Deploy ZTEMPLATE-CHECKOUT1"

createPlan

--action createPlan --plan "ZCREATE5074797-AA" --projectName "ZCREATE5074797 created project"

--action createPlan --plan "ZCREATE5074797-BB" --name "Simple plan BB" --description "Simple plan BB description"

--action createPlan --plan "ZCREATE5074797-CC" --options "addDefaultJob"

createProject

--action createProject --project "ZCREATE5074797" --name "ZCREATE5074797 created project"

--action createProject --project "ZDEVELOPER4959040SCRIPT" --name "Project created by script 4959040"

--action createProject --project "ZPROJECTS5391424" --name "zprojects5391424" --description "Project description"

deleteDeploymentProject

--action deleteDeploymentProject --deploymentProject "1234567890" --continue

deletePlan

--action deletePlan --plan "XXX-NOTFOUND" --continue

deleteProject

--action deleteProject --project "NOTFOUND" --continue

deployEnvironment

--action deployEnvironment --deploymentProject "Deploy ZDEPLOY5291168-BASE" --environment "QA" --version "1.0.0" --replace

--action deployEnvironment --deploymentProject "Deploy ZDEPLOY5291168-BASE" --environment "QA" --version "1.0.0" --wait

--action deployEnvironment --deploymentProject "Deploy ZTEMPLATE-CHECKOUT1" --environment "QA" --version "1.0.0"

disableAgent

--action disableAgent --agent "Z Added 2"

disableJob

--action disableJob --plan "ZCREATE5074797-AA" --job "@all" --stage "My stage 1"

--action disableJob --plan "ZCREATE5074797-AA" --job "myjob"

disablePlan

--action disablePlan --build "ZBAMBOOCLI4988851-checkout1"

--action disablePlan --build "ZBAMBOOCLI4988851-notask"

disableProject

--action disableProject --project "ZBAMBOOCLI4988851"

enableAgent

--action enableAgent --agent "Z Added 2"

enableJob

--action enableJob --plan "ZCREATE5074797-AA" --job "MYJOB"

--action enableJob --plan "ZCREATE5074797-AA" --job "myjob"

enablePlan

--action enablePlan --build "ZBAMBOOCLI4988851-checkout1"

--action enablePlan --build "ZBAMBOOCLI4988851-notask"

enableProject

--action enableProject --project "ZBAMBOOCLI4988851"

exportDeploymentProject

--action exportDeploymentProject --file "build/output/deploy/exportDeploymentProject.txt" --deploymentProject "Deploy ZDEPLOY5291168-BASE" --dateFormat "yyyy.MM.dd"

exportEnvironment

--action exportEnvironment --deploymentProject "Deploy ZDEPLOY5291168-BASE" --environment "QA" --dateFormat "yyyy-MM-dd"

exportJob

--action exportJob --plan "ZEXPORT4985101-Export" --job "JOB1" --dateFormat "yyyy-MM-dd"

exportPlan

--action exportPlan --file "build/output/export/exportPlanCli.txt" --plan "ZEXPORT4985101-Export" --dateFormat "yyyy-MM-dd"

--action exportPlan --file "build/output/export/exportPlanJava.txt" --plan "ZEXPORT4985101-Export" --type "java" --dateFormat "yyyy-MM-dd"

--action exportPlan --plan "ZBAMBOOCLI4988851-checkout1"

--action exportPlan --plan "ZCLI-REQUIREMENTS" --job "JOB1" --file "build/output/requirements/exportPlan.txt"

--action exportPlan --plan "ZEXPORT4985101-Export" --type "java"

getAgentAssignmentList

--action getAgentAssignmentList --agent "zdeploy" --regex ".*ZDEPLOY5291168.*"

getAgentList

--action getAgentList

--action getAgentList --excludeDisabled --outputFormat 2

--action getAgentList --outputFormat 2

--action getAgentList --outputFormat 999

--action getAgentList --regex "Z Added 3" --columns "id"

getArtifact

--action getArtifact --file "build/output/bamboocli/getArtifact.txt" --build "XXX-DEF" --artifact "license" --job "JOB1"

--action getArtifact --file "build/output/bamboocli/getArtifactJobAll.txt" --build "XXX-DEF" --artifact "license" --job "@ALL"

--action getArtifact --file "build/output/bamboocli/getArtifactWithPath.txt" --build "XXX-DEF" --artifact "src/test/gradle/cli.gradle" --replace

--action getArtifact --file "build/output/bamboocli/src" --build "XXX-DEF" --artifact "src" --replace --options "mkdir"

--action getArtifact --job "JOB1" --file "build/output/bamboocli/getArtifactWithResultName.txt" --build "XXX-DEF-1850" --artifact "license"

getArtifactDefinitionList

--action getArtifactDefinitionList --plan "ZCREATE5074797-AA"

getArtifactDependencyList

--action getArtifactDependencyList --plan "ZCREATE5074797SCRIPT-PLAN"

--action getArtifactDependencyList --plan "ZCREATE5074797SCRIPT-PLAN" --job "TEST1"

getArtifactList

--action getArtifactList --build "XXX-DEF"

--action getArtifactList --build "XXX-DEF" --job "@all" --regex "lic.*"

--action getArtifactList --build "XXX-DEF" --job "JOB1"

getBranch

--action getBranch --plan "ZTEMPLATE-CHECKOUT1" --branch "2.5.0"

--action getBranch --plan "ZTEMPLATE-CHECKOUT1" --branch "Release 2.6.0"

getBranchList

--action getBranchList --plan "ZTEMPLATE-CHECKOUT1"

--action getBranchList --plan "ZTEMPLATE-CHECKOUT1" --regex ".*2\\.5\\.0"

getBranchingOptions

--action getBranchingOptions --plan "ZCLI-BRANCHING"

--action getBranchingOptions --plan "ZCLI-BRANCHING" --verbose

getBuild

--action getBuild --build "XXX-DEF" --dateFormat "yyyy-MM-dd HH:mm:ss"

--action getBuild --build "XXX-DEF-1850"

--action getBuild --build "ZCREATE5074797-BB-3" --dateFormat "yyyy-MM-dd HH:mm:ss.SSS"

getBuildList

--action getBuildList --plan "ZCLI-BUILDLIST" --limit 1 --outputFormat 999 --issues "NOTFOUND-123"

--action getBuildList --plan "ZCLI-BUILDLIST" --limit 1 --outputFormat 999 --labels "not_found"

--action getBuildList --plan "ZCLI-BUILDLIST" --limit 1 --outputFormat 999 --labels "not_found,testlabel1"

--action getBuildList --plan "ZCLI-BUILDLIST" --outputFormat 999 --columns "plan,duration description,labels,issues"

--action getBuildList --plan "ZCREATE5074797-BB"

--action getBuildList --plan "ZCREATE5074797-BB" --dateFormat "yyyy-MM-dd HH:mm:ss.SSS" --outputFormat 999 --columns "build,number,state,started,completed"

--action getBuildList --plan "ZCREATE5074797-BB" --field1 "STARTED" --value1 "2023-11-10T08:33:40.296+0000" --outputFormat 2 --dateFormat "yyyy-MM-dd'T'HH:mm:ss.SSSZ"

--action getBuildList --plan "ZCREATE5074797-BB" --field1 "notState" --value1 "UNKNOWN"

--action getBuildList --plan "ZCREATE5074797-BB" --field1 "sTaTe" --value1 "successful"

--action getBuildList --plan "ZCREATE5074797-BB" --field1 "started" --value1 "-24h" --dateFormat "yyyy-MM-dd'T'HH:mm:ss.SSSZ" --verbose

--action getBuildList --plan "ZCREATE5074797-BB" --field1 "started" --value1 "2023-11-10T08:31:14.803+0000" --dateFormat "yyyy-MM-dd'T'HH:mm:ss.SSSZ"

--action getBuildList --plan "ZCREATE5074797-BB" --field1 "started" --value1 "today" --dateFormat "yyyy-MM-dd'T'HH:mm:ss.SSSZ" --verbose

--action getBuildList --plan "ZCREATE5074797-BB" --outputFormat 999

--action getBuildList --plan "ZCREATE5074797-BB" --outputFormat 999 --dateFormat "yyyy-MM-dd HH:mm:ss"

--action getBuildList --plan "ZCREATE5074797-EMPTY"

--action getBuildList --plan "ZLONGRUNNING-AA"

getBuildLog

--action getBuildLog --build "ZCREATE5074797-BB-JOB"

--action getBuildLog --build "ZCREATE5074797-BB-JOB" --findReplaceRegex ".*?\\t.*?\\t(.*):\$1"

--action getBuildLog --build "ZCREATE5074797-BB-JOB" --regex "command.*"

--action getBuildLog --plan "ZCREATE5074797-BB" --job "JOB" --limit 10

getBuildQueueList

--action getBuildQueueList

--action getBuildQueueList --plan "ZBUILDQUEUE-QUEUED"

--action getBuildQueueList --plan "ZBUILDQUEUE-QUEUED-JOB"

--action getBuildQueueList --project "ZBUILDQUEUE"

--action getBuildQueueList --regex "ZBUILDQUEUE.*"

getBuildReportList

--action getBuildReportList --list "ZCLI-BUILDLIST,XXX-DEF" --outputType "text" --columns "-1,2,3" --field "notState=UNKNOWN"

--action getBuildReportList --project "ZCLI"

--action getBuildReportList --project "ZCLI" --list "BUILDLIST" --outputType "text"

getCapabilityList

--action getCapabilityList

--action getCapabilityList --agent "@all"

--action getCapabilityList --agent "zcapabilities"

--action getCapabilityList --options "includeUnreferenced" --regex ".*Maven.*"

getClientInfo

--action getClientInfo

getCommentList

--action getCommentList --build "XXX-DEF" --number "1850" --dateFormat "yyyy-MM-dd HH:mm:ss"

getDeploymentProject

--action getDeploymentProject --deploymentProject "Deploy ZDEPLOY5291168-BASE"

getDeploymentProjectList

--action getDeploymentProjectList

getEnvironment

Need support? Create a request with our support team.

Copyright © 2005 - 2025 Appfire | All rights reserved.