Repository: logging-log4net
Updated Branches:
  refs/heads/feature/cd-pipeline 4da86287a -> 28913305c


Jenkinsfile: reuse node when building with docker


Project: http://git-wip-us.apache.org/repos/asf/logging-log4net/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4net/commit/28913305
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4net/tree/28913305
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4net/diff/28913305

Branch: refs/heads/feature/cd-pipeline
Commit: 28913305c94a666588c588da47938b2992dc8974
Parents: 4da8628
Author: Dominik Psenner <[email protected]>
Authored: Mon Jul 3 20:36:42 2017 +0200
Committer: Dominik Psenner <[email protected]>
Committed: Mon Jul 3 20:36:42 2017 +0200

----------------------------------------------------------------------
 Jenkinsfile | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/28913305/Jenkinsfile
----------------------------------------------------------------------
diff --git a/Jenkinsfile b/Jenkinsfile
index ef6337a..f585fd9 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -70,6 +70,7 @@ pipeline {
                                dockerfile {
                                        dir 'buildtools/docker/builder-mono-2.0'
                                        args '-v 
/etc/localtime:/etc/localtime:ro'
+                                       reuseNode true
                                }
                        }
                        steps {
@@ -83,6 +84,7 @@ pipeline {
                                dockerfile {
                                        dir 'buildtools/docker/builder-mono-3.5'
                                        args '-v 
/etc/localtime:/etc/localtime:ro'
+                                       reuseNode true
                                }
                        }
                        steps {
@@ -96,6 +98,7 @@ pipeline {
                                dockerfile {
                                        dir 'buildtools/docker/builder-mono-4.0'
                                        args '-v 
/etc/localtime:/etc/localtime:ro'
+                                       reuseNode true
                                }
                        }
                        steps {
@@ -108,6 +111,7 @@ pipeline {
                        agent {
                                dockerfile {
                                        dir 
'buildtools/docker/builder-netstandard'
+                                       reuseNode true
                                }
                        }
                        steps {

Reply via email to