Jenkins pipeline is not showing changelog when checking out and building from CVS, can anyone provide me the syntax as my snippet generator is not working either
checkout scm: [$class: 'CVSSCM', canUseUpdate: true, checkoutCurrentTimestamp: true,
cleanOnFailedUpdate: true, disableCvsQuiet: true, forceCleanCopy: false, legacy: true, filterChangelog: false,
pruneEmptyDirectories: true,