Hi all,
We are currently implementing agile, and have a fully realised development cycle in place. I have now been tasked with implementing a deployment tech stack. We are currently running a Subversion repository, feeding in to a Jenkins / Maven continuous integration platform, and an Artefactory Repository for compiled code. We then have no path out of Artefactory (at the moment, the devs are packaging up complete WARs of the environment and copying manually to the target area). I want to implement a continuous deployment solution, that can be used by developers for small fixes and by tech leads for large releases.
I have looked around but am struggling to find a tool to realise this that will integrate with our current tech (everything seems to want to replace Jenkins etc with their own agent based build / test / artifact solution). Does anyone know of software that will allow me to automate the movement of compiled code from our dev platform to our test environment, then on to prod, setting rules and checks along the way?
Many thanks in advance,
Ben