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 ed28a52695 fix: Updated the settings for nexus deployment as it seems
the labels were changed.
ed28a52695 is described below
commit ed28a52695cf0268f7713eefd8d24f51c6c413e6
Author: Christofer Dutz <[email protected]>
AuthorDate: Wed Nov 29 17:09:38 2023 +0100
fix: Updated the settings for nexus deployment as it seems the labels were
changed.
---
Jenkinsfile | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/Jenkinsfile b/Jenkinsfile
index 74ae02067e..7d0f99520b 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -150,9 +150,7 @@ pipeline {
// Only the official build nodes have the credentials to deploy
setup.
agent {
node {
- // 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 && !H50'
+ label 'nexus-deploy'
}
}
steps {