@Extension
public class UpdateTable extends ItemListener{
@Override
public void onDeleted(Item deletedItem) {
File file2 = new File("/var/lib/jenkins/the_test.txt");
try {
file2.createNewFile();
} catch (IOException ex) {
Logger.getLogger(UpdateTable.class.getName()).log(Level.SEVERE, null, ex);
}
}
}--
You received this message because you are subscribed to the Google Groups "Jenkins Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-de...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-dev/d8d64438-9102-43da-98af-e167810549f4%40googlegroups.com.