Skip to content

Instantly share code, notes, and snippets.

@jayv
Last active February 15, 2018 01:41
Show Gist options
  • Save jayv/0efba3d51563bfab715b9066d1c092cf to your computer and use it in GitHub Desktop.
Save jayv/0efba3d51563bfab715b9066d1c092cf to your computer and use it in GitHub Desktop.
clear jenkins favorites for users of multi-branch
def user = User.get("<your user id>")
user.getProperty(hudson.plugins.favorite.user.FavoriteUserProperty.class).data.clear()
user.save()
// Execute here:
http://lfbuild.corp.adobe.com:8080/script
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment