Jenkinsfile: removed return statement from method definition
Project: http://git-wip-us.apache.org/repos/asf/logging-log4net/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4net/commit/2d8ac6a5 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4net/tree/2d8ac6a5 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4net/diff/2d8ac6a5 Branch: refs/heads/develop Commit: 2d8ac6a5a46f3c82e8f14de5023ebdc4b28ec101 Parents: 4e968bd Author: Dominik Psenner <[email protected]> Authored: Mon Jul 3 14:38:17 2017 +0200 Committer: Dominik Psenner <[email protected]> Committed: Mon Jul 3 14:38:17 2017 +0200 ---------------------------------------------------------------------- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/2d8ac6a5/Jenkinsfile ---------------------------------------------------------------------- diff --git a/Jenkinsfile b/Jenkinsfile index 4cc242f..7a999fa 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -158,6 +158,6 @@ pipeline { // TODO: find a better way to determine nant installation path def getPathToNAntOnWindows() { - return 'F:\\jenkins\\tools\\nant\\nant-0.92\\bin\\NAnt.exe' + 'F:\\jenkins\\tools\\nant\\nant-0.92\\bin\\NAnt.exe' }
