I am using Jenkins to build my C/C++ code by executing automake from a shell script.
Is there anyway I could access the previous build information from my Jenkins build script? SUCCESS or FAILURE state and the Build version.
If this information is not available could I use a database plugin to store the data from each build and retrieve it at a later build