You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by dp...@apache.org on 2018/05/10 07:48:22 UTC

logging-log4net git commit: mono-2.0: remove the outer agent dockerfile

Repository: logging-log4net
Updated Branches:
  refs/heads/feature/cd-pipeline 2d1c4d78a -> dcaca5ad2


mono-2.0: remove the outer agent dockerfile


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

Branch: refs/heads/feature/cd-pipeline
Commit: dcaca5ad2c7d87b59a8bf8795b06f2a83ae2b352
Parents: 2d1c4d7
Author: Dominik Psenner <dp...@apache.org>
Authored: Thu May 10 09:48:17 2018 +0200
Committer: Dominik Psenner <dp...@apache.org>
Committed: Thu May 10 09:48:17 2018 +0200

----------------------------------------------------------------------
 Jenkinsfile | 7 -------
 1 file changed, 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/dcaca5ad/Jenkinsfile
----------------------------------------------------------------------
diff --git a/Jenkinsfile b/Jenkinsfile
index 4df17e0..29f4a51 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -155,13 +155,6 @@ pipeline {
 			}
 		}
 		stage('build mono-2.0') {
-			agent {
-				dockerfile {
-					dir 'buildtools/docker/builder-mono-2.0'
-					args '-v /etc/localtime:/etc/localtime:ro'
-					reuseNode true
-				}
-			}
 			steps {
 				script {
 					checkout scm