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 2017/12/28 14:05:36 UTC

[maven-archiver] 01/01: 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 237c2512581c52fb15e59ba44cab956fbb9a0947
Author: Karl Heinz Marbaise <kh...@apache.org>
AuthorDate: Thu Dec 28 15:02:41 2017 +0100

    Removing ws via Jenkinsfile.
---
 Jenkinsfile | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

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

-- 
To stop receiving notification emails like this one, please contact
"commits@maven.apache.org" <co...@maven.apache.org>.