Jenkinsfile: fixed bad comment
Project: http://git-wip-us.apache.org/repos/asf/logging-log4net/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4net/commit/65c982d5 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4net/tree/65c982d5 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4net/diff/65c982d5 Branch: refs/heads/develop Commit: 65c982d554b47281a2a763fcea6a4d608c811363 Parents: f8ac4e3 Author: Dominik Psenner <[email protected]> Authored: Mon Jul 3 11:41:37 2017 +0200 Committer: Dominik Psenner <[email protected]> Committed: Mon Jul 3 11:41:37 2017 +0200 ---------------------------------------------------------------------- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/65c982d5/Jenkinsfile ---------------------------------------------------------------------- diff --git a/Jenkinsfile b/Jenkinsfile index 0f1ce06..d4e0a7f 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -87,7 +87,7 @@ pipeline { archive 'bin/**/*.*' } } - # TODO: testing needs to be refactored + // TODO: testing needs to be refactored stage('test on Windows') { steps { bat "${NAnt} -buildfile:tests\\nant.build"
