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 f3472e6 INFRA-20948, RAT-274: Build on ubuntu only as windows fails
again
f3472e6 is described below
commit f3472e6849c68ed4567815ae597a8d5db715b67f
Author: Hugo Hirsch <[email protected]>
AuthorDate: Tue Oct 6 09:23:40 2020 +0200
INFRA-20948, RAT-274: Build on ubuntu only as windows fails again
---
Jenkinsfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Jenkinsfile b/Jenkinsfile
index bada8ce..e4c3ecc 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -19,7 +19,7 @@
*/
pipeline {
- agent any
+ agent { label 'ubuntu' }
environment {
// It seems the login the jenkins slave uses, doesn't pick up the
environment changes,