Scenario
I created a new cartridge called int_fusion_factory. When I tried to run the Pipeline-Start Node pair with a Job Schedule, I am getting the Pipeline or start node can't be found error.
# branch out to master-e from mytag $ git checkout -b master-e mytag # After committing change C3 to our new branch, we are then good for live deployment. # Last thing to do is to apply C3 to Master Origin, so that our next deploy will have C3 # This can be achieved by a simple merge. $ git checkout master $ git merge master-e