Jenkinsfile: well, gotta run that code on the ubuntu node

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

Branch: refs/heads/develop
Commit: bf4abd0524fe8bd55ded4f6b39702fc52d2952ec
Parents: cb51a16
Author: Dominik Psenner <dpsen...@apache.org>
Authored: Tue Jul 18 18:19:35 2017 +0200
Committer: Dominik Psenner <dpsen...@apache.org>
Committed: Tue Jul 18 18:19:35 2017 +0200

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


http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/bf4abd05/Jenkinsfile
----------------------------------------------------------------------
diff --git a/Jenkinsfile b/Jenkinsfile
index a3259a4..cd56620 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -38,12 +38,6 @@ pipeline {
 
                // builds
                stage('build netstandard') {
-                       agent {
-                               dockerfile {
-                                       dir 
'buildtools/docker/builder-netstandard'
-                                       reuseNode true
-                               }
-                       }
                        steps {
                                script {
                                        checkout scm

Reply via email to