I created a pipeline source (by following the Jfrog pipeline developer docs for steps) which had a step of type jenkins
- name: firstStep
type: Jenkins
I synced my pipeline source and the sync was successful
Later I updated the step type to be a bash step
- name: firstStep
type: bash
After this change, the pipeline sync fails with the error below:
type cannot be updated from Jenkins to Bash in step firstStep
What am I missing here?