This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/master by this push: new a5738cf no need to cleanWS in Jenkinsfile a5738cf is described below commit a5738cffcb708dcde4296af676dbbca5cb64bd52 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Wed May 6 12:53:33 2020 +0200 no need to cleanWS in Jenkinsfile --- Jenkinsfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index c1b102b..2c6a0ae 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -98,7 +98,6 @@ pipeline { body: '${DEFAULT_CONTENT}', recipientProviders: [[$class: 'CulpritsRecipientProvider']] ) - cleanWs() } } }