Added agent any at pipelines declaration
Project: http://git-wip-us.apache.org/repos/asf/logging-log4net/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4net/commit/7d9f0c17 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4net/tree/7d9f0c17 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4net/diff/7d9f0c17 Branch: refs/heads/master Commit: 7d9f0c17b1fd9ce8c42027e4c9987e5bd7cf11cb Parents: 8aa305c Author: Dominik Psenner <[email protected]> Authored: Fri Jun 30 21:10:16 2017 +0200 Committer: Dominik Psenner <[email protected]> Committed: Fri Jun 30 21:10:16 2017 +0200 ---------------------------------------------------------------------- Jenkinsfile | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/7d9f0c17/Jenkinsfile ---------------------------------------------------------------------- diff --git a/Jenkinsfile b/Jenkinsfile index b85fbd5..e1f0569 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -23,6 +23,7 @@ pipeline { options { timeout(time: 1, unit 'HOURS') }*/ + agent any environment { NAnt = 'F:\\jenkins\\tools\\nant\\nant-0.92\\bin\\NAnt.exe' }
