-
Bug
-
Resolution: Not A Defect
-
Major
-
None
Hi Jenkins Master,
We have Jenkins Master and Slave setup where Slave is Linux Machine. And we had setup a Jenkins Freestyle job to execute SAST Veracode-scan for Java project. Periodically trigger every 6 hours with email notification about Job status.
After that we deleted the Jenkins Job from Jenkins Master Controller, but somehow we still received email every 6 hours. We found out that the Jenkins Job still running on Slave Node.
Firstly, we though there maybe some cache contain that cause of issue, so we tried to test following scenarios:
- Cleaning all Jenkins Slave Cache on Slave Node
- Temporary bring down/offline Jenkins Slave with Master Node. This is to make sure no external trigger.
- Uninstalling veracode-scan plugin from Jenkins Master.
- Clean Jenkins Slave Cache Restart Jenkins Slave Node right before sending email at xx:12m, but after the Slave up, the job run and sent status to email again.
- Clean Jenkins workspace on Slave Node but it keeps re-created and execute the Job.
But none of them are work, we keep receiving email about Jenkins job status every 6 hours.
I am not sure which logs I should collect for your support. Is there any testing scenario or workaround for my situation, please advise.
Looking forward to your response.