Jenkinsfile: fixed syntax error
Project: http://git-wip-us.apache.org/repos/asf/logging-log4net/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4net/commit/688929b6 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4net/tree/688929b6 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4net/diff/688929b6 Branch: refs/heads/feature/RollingFileAppender-NG Commit: 688929b635ad4b915b2c913ad7f3e9434a9214f5 Parents: 26aa536 Author: Dominik Psenner <[email protected]> Authored: Mon Jul 3 22:03:47 2017 +0200 Committer: Dominik Psenner <[email protected]> Committed: Mon Jul 3 22:03:47 2017 +0200 ---------------------------------------------------------------------- Jenkinsfile | 12 ------------ 1 file changed, 12 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/688929b6/Jenkinsfile ---------------------------------------------------------------------- diff --git a/Jenkinsfile b/Jenkinsfile index 2d6901f..8af66c2 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -33,17 +33,6 @@ pipeline { checkout scm } } - /*stage('build net-2.0') { - agent { label 'Windows' } - environment { - NANT_BIN = 'F:\\jenkins\\tools\\nant\\nant-0.92\\bin\\NAnt.exe' - } - steps { - checkout scm - 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 +179,6 @@ pipeline { steps { // assemble package by unstashing components dir('package') { - //unstash 'net-2.0-assemblies' unstash 'net-3.5-assemblies' unstash 'net-3.5-cp-assemblies' unstash 'net-4.0-assemblies'
