You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
@dralves could you find a solution to this problem? I'm currently facing it also on my side and it's kind a blocking for my project. Any help will be greatly appreciated.
On the Deploy page I have the dropdown in the commit column populated from the changes coming form the VCS server but I cannot understand how the other dropdowns in the stages columns are supposed to be populated.
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.
The text was updated successfully, but these errors were encountered: