I want to understand how Jenkins saves the current build status during the build process, because I found that sometimes my build will trigger :
java.io.NotSerializableException: java.util.HashMap$Node
during the data transfer process.
I want to understand the mechanism of Jenkins. It is best to have official documentation.
1