Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

bamboo-spec adding check out source code task

Dave Attard February 2, 2023

I have a repo that has bamboo spec defined, and when the plan is created it is adding a checkout source code task that i have not defined in the spec. How do i stop this; as i dont need the job to check out any code, just run a script?

 

---

version: 2

plan:

  project-key: TEST

  key: XTEST

  name: Test

stages:

- Default Stage:

    jobs:

    - Default Job
Default Job:

  key: JOB1

  tasks:

  - script:

      interpreter: WINDOWS_POWER_SHELL

      scripts:

      - |-
        . write-host "hello"
Capture.PNG

1 answer

1 accepted

1 vote
Answer accepted
Alexey Chystoprudov
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
February 3, 2023

Add line below to your specs

repositories: [] 
Dave Attard February 5, 2023

Confirmed, thank you

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
SERVER
VERSION
9.1.0
TAGS
AUG Leaders

Atlassian Community Events