You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2020/07/31 06:17:20 UTC

[maven-doxia-site] branch master updated: disable option currently not available on ci-builds.a.o

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

hboutemy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-doxia-site.git


The following commit(s) were added to refs/heads/master by this push:
     new a516d99  disable option currently not available on ci-builds.a.o
a516d99 is described below

commit a516d9989c89ea342d61f818d178a8ff3c5af007
Author: Hervé Boutemy <hb...@apache.org>
AuthorDate: Fri Jul 31 08:17:12 2020 +0200

    disable option currently not available on ci-builds.a.o
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index daa1293..7167816 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -43,7 +43,7 @@ pipeline {
         buildDiscarder(logRotator(numToKeepStr:'15'))
         timeout(time: 10, unit: 'MINUTES')
         skipStagesAfterUnstable()
-        timestamps()
+        //timestamps()
         disableConcurrentBuilds()
         ansiColor('xterm')
     }