I've configured stages in my yml and each project where I want them.
As far as I understand, once this is done a new builder (deploy) is added that can be triggered from the Deploy page.
The build fails for me as the deploy builder apparently fails to do very basic stuff like read the "matrix" entry (actual error is NameError: name 'TESTS' is not defined)
Likely I'm doing something wrong, any suggestions? Should I not use 'matrix'?
Also how can I have "deploy" builder specific stuff?
After much serching I can't find any examples anywhere. Any help is appreciated.
I've configured stages in my yml and each project where I want them.
As far as I understand, once this is done a new builder (deploy) is added that can be triggered from the Deploy page.
The build fails for me as the deploy builder apparently fails to do very basic stuff like read the "matrix" entry (actual error is
NameError: name 'TESTS' is not defined)Likely I'm doing something wrong, any suggestions? Should I not use 'matrix'?
Also how can I have "deploy" builder specific stuff?
After much serching I can't find any examples anywhere. Any help is appreciated.