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
We use this plugin and magic of gradle to deploy our e2e env.
We want to strip everything and recreate so order of operations in jenkins is pretty simple:
run uninstall
run install
run tests
Problem mentioned in title occurs when we add definition of new service. Pipeline fails because task helmUninstallNewServiceToE2e cannot remove release that doesn't exist.
As I checked in code currently uninstall sets upToDate flag after checking if release exists which seems to be ignored when task runs for the first time. Maybe it should be switched to onlyIf?
The text was updated successfully, but these errors were encountered:
We use this plugin and magic of gradle to deploy our e2e env.
We want to strip everything and recreate so order of operations in jenkins is pretty simple:
Problem mentioned in title occurs when we add definition of new service. Pipeline fails because task helmUninstallNewServiceToE2e cannot remove release that doesn't exist.
As I checked in code currently uninstall sets upToDate flag after checking if release exists which seems to be ignored when task runs for the first time. Maybe it should be switched to onlyIf?
The text was updated successfully, but these errors were encountered: