You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by kh...@apache.org on 2018/06/21 18:03:17 UTC

[maven-archiver] 03/04: Removing ws via Jenkinsfile.

This is an automated email from the ASF dual-hosted git repository.

khmarbaise pushed a commit to branch MSHARED-668-test
in repository https://gitbox.apache.org/repos/asf/maven-archiver.git

commit 7b1e403f82024ec8714680a2953d425352021f9c
Author: Karl Heinz Marbaise <kh...@apache.org>
AuthorDate: Thu Dec 28 15:02:41 2017 +0100

    Removing ws via Jenkinsfile.
---
 Jenkinsfile | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/Jenkinsfile b/Jenkinsfile
index 09ac70f..191e5aa 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -16,5 +16,11 @@
  * specific language governing permissions and limitations
  * under the License.
  */
+//temporarily added to make sure .repository will be removed.
+node () {
 
+  dir ('.repository') {
+    deleteDir()
+  }
+}
 asfMavenTlpStdBuild()