This is an automated email from the ASF dual-hosted git repository.
cdutz pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/plc4x.git
The following commit(s) were added to refs/heads/develop by this push:
new de2ecac Switch the label used to find a deploy box.
de2ecac is described below
commit de2ecac62cce60b94bffd1a4a76e4c3495fe25a0
Author: Christofer Dutz <[email protected]>
AuthorDate: Mon Apr 19 18:12:06 2021 +0200
Switch the label used to find a deploy box.
---
Jenkinsfile | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/Jenkinsfile b/Jenkinsfile
index 41dcae9..1e895cc 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -145,7 +145,9 @@ pipeline {
// Only the official build nodes have the credentials to deploy
setup.
agent {
node {
- label 'nexus-deploy'
+ // TODO: Disabled as H50 seems to be the only node with
this label and it's currently offline for quite some time.
+ // label 'nexus-deploy'
+ label 'ubuntu'
}
}
steps {