post { always { archiveArtifacts artifacts: 'dist/**/*', fingerprint: true junit 'test-results/*.xml' } } pipeline { agent any options { skipDefaultCheckout(true ...