NativeCI / Issues

Tracking issues & bugs for NativeCI
0 stars 1 forks source link

feature: cancel build #4

Closed gucio321 closed 3 years ago

gucio321 commented 3 years ago

sometimes build hangs up and it should be possible to cancel it (like GH workflow).

paladium commented 3 years ago

Sounds like a good idea to me, and the cancelled build will have the status cancelled.

paladium commented 3 years ago

@gucio321 FYI I am still testing the cancel build feature, the button might be there but it is still not functional.

paladium commented 3 years ago

@gucio321 the feature is live, please try to use it and provide your feedback

gucio321 commented 3 years ago

okey, feature works, but shouldn't be cancelled status reported somewhere? image (two jobs counting from top was cancelled)

paladium commented 3 years ago

It actually does just need to press shift+f5, chrome cache for some reason does not see new build versions by webpack

gucio321 commented 3 years ago

It actually does just need to press shift+f5, chrome cache for some reason does not see new build versions by webpack

im on firefox atm, hot to hard-refresh here :grinning:

paladium commented 3 years ago

Yeah, unfortunately, you could try these steps though:

Open the developer toolbox (Ctrl+Shift+I or Cmd+Opt+I on Mac).
Click the settings button (near the top right).
Scroll down to the Advanced settings on the bottom right.
Check the option "Disable Cache (when toolbox is open)".
Refresh the page.
gucio321 commented 3 years ago

okey, i think f5 was enough thhis time. image