So I thought I had followed the Getting Started instructions to create my first pipeline.
But now the UI for this creation is filled with red error icons, and messgaes read as though I had intended my first one to affect our master repo. Definitely not my intention.
So, how do I simply remove this malignancy and go back to the days where I never "Got Started"? I just want to begin again, trial and error, without consequences like this.
TIA, AL
HOW DO I DELETE THIS CRUD?
Hi @Alan Holden
The red errors are just the pipeline config being invalid (probably missing required fields or bad YAML indentation). No damage done to your actual codebase. Pipelines don't modify your source code; they only run CI/CD steps on it.
Here's how to remove it:
bitbucket-pipelines.yml file in the root of your repo (it'll be in the source view).Thanks @Ajay _view26_ for the response!
There was no bitbucket-pipelines.yml file in any branch, so I created one and placed this minimal config inside.
image: atlassian/default-image:3
pipelines:
default:
- step:
name: Build
script:
- echo "Pipeline configured"
I'm not sure if I'm technically back to square one, because the items listed in the "Pipelines" page are still there... and pipelines was enabled back then.
Before I "Got Started", there was nothing here... or there.
But at least the red complaints have stopped... and I'll always have this lifelong reminder of something I probably should've paid someone else to do - rather than believing it was easy - and that a little "tinkering" would be easy to undo ;-]
Does anyone know why BitBucket would assume I wanted to kick off my first newbie attempt under our master production branch, rather than asking me first? Are all Pipelines supposed to go there alone?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.