Skip to content
This repository has been archived by the owner on Jul 23, 2020. It is now read-only.

No pipelines triggered when changes are made in quick start app code and committed using Che. #4756

Open
Preeticp opened this issue Feb 12, 2019 · 4 comments

Comments

@Preeticp
Copy link
Collaborator

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
  1. Launch a node js app
  2. Check your pipelines and promote to run environment
  3. 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

screenshot from 2019-02-12 15-11-32
screenshot from 2019-02-12 15-18-59
screenshot from 2019-02-12 15-25-21

@hrishin
Copy link

hrishin commented Feb 12, 2019

@Preeticp how did git push after commit as well right?

@Preeticp
Copy link
Collaborator Author

Yes, the first shot says it has been pushed to origin, the second shot shows the changes in the code.

@Preeticp
Copy link
Collaborator Author

@piyush-garg
Copy link
Collaborator

@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.

cc @sthaha

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants