This is an automated email from the ASF dual-hosted git repository.
pottlinger pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/creadur-rat.git
The following commit(s) were added to refs/heads/master by this push:
new aa78f62 INFRA-20948: Enable windows builds to try to get more info
for infra
aa78f62 is described below
commit aa78f623c93c6ac982b65a0d428a2d3e9ff384a2
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,