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
{{ message }}
This repository has been archived by the owner on Jul 23, 2020. It is now read-only.
After the quickstart codebase is edited in Che and the change successfully committed, pipelines should be triggered in CRT, but this does not happen. I tried it with Nodejs-health-check booster and mission.
Expected Behaviour
As per the happy path/getting started path in CRT, an user uses the wizard to launch a Nodejs app, sees that pipelines are created, promotes his app from stage to run and opens his Che workspace to edit the code. Once he edits the code in Che and commits it to git, the pipelines should be triggered again.
Current Behaviour
No pipelines triggered when changes are made in quick start app code and committed using Che.
Steps To Reproduce
Launch a node js app
Check your pipelines and promote to run environment
Open your che workspace, change code and commit, commit mssg is successful, you can see your changes in git but no pipelines are triggered in CRT
Additional Information
The text was updated successfully, but these errors were encountered:
@Preeticp@hrishin I tried to reproduce this, for me, builds are getting triggered on webhook event if Jenkins is running, In case if Jenkins is idled, then on webhook events, the proxy receives the request and return 202 in response, wake up Jenkins but do not trigger build later.
Issue Overview
After the quickstart codebase is edited in Che and the change successfully committed, pipelines should be triggered in CRT, but this does not happen. I tried it with Nodejs-health-check booster and mission.
Expected Behaviour
As per the happy path/getting started path in CRT, an user uses the wizard to launch a Nodejs app, sees that pipelines are created, promotes his app from stage to run and opens his Che workspace to edit the code. Once he edits the code in Che and commits it to git, the pipelines should be triggered again.
Current Behaviour
No pipelines triggered when changes are made in quick start app code and committed using Che.
Steps To Reproduce
Additional Information
The text was updated successfully, but these errors were encountered: