Predator Plugin for Bamboo

for Bamboo Server 9.0.0 - 9.6.4 and more

We no longer offer sales and support for server apps. You can stay connected by exploring the migration options to either the cloud or Data Center version of this app.

Killing old processes and files from your Bamboo agents before any build

Kill old processes

Using a regular expression, you can look for specific strings on the path, command name or arguments.

It works on Windows and Linux, possibly other OS should work as well.

Delete old build directories and files

Does your build create temporary files which could affect the next build? Maybe VNC files, .gitconfig, Bamboo working building directories.

It's possible to now to delete those files before any build.

Delete artifacts from Maven local repository

Do you need to delete all snapshots from your maven local repository?

Is your maven local repository getting bigger and bigger on each build, eating all your disk space? Not a problem anymore.

More details

Adds the ability to perform customised clean-up tasks on an agent before a new build starts on it. This is useful for ensuring that long-lived remote or elastic agents remain in a viable state after running many builds that may otherwise eventually make the agent unviable (e.g. using up disk space, leaving stale processes behind, etc.)

Privacy and security

Privacy policy

Atlassian's privacy policy is applicable to the use of this app.

Atlassian privacy policy

Resources

Gallery

Exemple of execution on Windows