Jenkinsfile: commented out net-2.0 because it fails
Project: http://git-wip-us.apache.org/repos/asf/logging-log4net/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4net/commit/26aa536d Tree: http://git-wip-us.apache.org/repos/asf/logging-log4net/tree/26aa536d Diff: http://git-wip-us.apache.org/repos/asf/logging-log4net/diff/26aa536d Branch: refs/heads/feature/RollingFileAppender-NG Commit: 26aa536d9262ad297a1630b86c62a0937455f875 Parents: d364610 Author: Dominik Psenner <[email protected]> Authored: Mon Jul 3 21:58:51 2017 +0200 Committer: Dominik Psenner <[email protected]> Committed: Mon Jul 3 21:58:51 2017 +0200 ---------------------------------------------------------------------- Jenkinsfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/26aa536d/Jenkinsfile ---------------------------------------------------------------------- diff --git a/Jenkinsfile b/Jenkinsfile index 0d5bd04..2d6901f 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -33,7 +33,7 @@ pipeline { checkout scm } } - stage('build net-2.0') { + /*stage('build net-2.0') { agent { label 'Windows' } environment { NANT_BIN = 'F:\\jenkins\\tools\\nant\\nant-0.92\\bin\\NAnt.exe' @@ -43,7 +43,7 @@ pipeline { bat "${NANT_BIN} -t:net-2.0 -buildfile:log4net.build compile-net-2.0" stash includes: 'bin/**/*.*', name: 'net-2.0-assemblies' } - } + }*/ stage('build net-3.5') { agent { label 'Windows' } environment { @@ -190,7 +190,7 @@ pipeline { steps { // assemble package by unstashing components dir('package') { - unstash 'net-2.0-assemblies' + //unstash 'net-2.0-assemblies' unstash 'net-3.5-assemblies' unstash 'net-3.5-cp-assemblies' unstash 'net-4.0-assemblies'
