You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sh "git clean -fXd" // make sure generated files are removed (git-ignored files). Use "-fxd" to also remove untracked files, but note that this will also remove .repository forcing mvn to download all artifacts each build
withMaven(
mavenLocalRepo: '.repository',
mavenOpts: '-Xmx1024m -Xss16m'
){
// Run the maven build
sh "mvn -B -U clean verify -DforceContextQualifier=\$(date +%Y%m%d%H%M) "