This is an automated email from the ASF dual-hosted git repository. pottlinger pushed a commit to branch update-doxia-tools in repository https://gitbox.apache.org/repos/asf/creadur-rat.git
commit 12aebc650ee72f75330b75e36b82c0fa51678166 Author: Hugo Hirsch <[email protected]> AuthorDate: Sun Oct 11 15:46:55 2020 +0200 INFRA-20948: Enable windows builds to try to get more info for infra --- Jenkinsfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index e4c3ecc..40e1814 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -19,7 +19,8 @@ */ pipeline { - agent { label 'ubuntu' } +// agent { label 'ubuntu' } + agent any environment { // It seems the login the jenkins slave uses, doesn't pick up the environment changes,
