You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@plc4x.apache.org by cd...@apache.org on 2019/08/30 13:58:07 UTC

[plc4x-build-tools] branch develop updated: - Switched deployment to the nexus-deploy nodes

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-build-tools.git


The following commit(s) were added to refs/heads/develop by this push:
     new 83db5da  - Switched deployment to the nexus-deploy nodes
83db5da is described below

commit 83db5da27e870c47ed54803372c9a7fdc62da974
Author: Christofer Dutz <ch...@c-ware.de>
AuthorDate: Fri Aug 30 15:58:01 2019 +0200

    - Switched deployment to the nexus-deploy nodes
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 20f16fd..4190ded 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -126,7 +126,7 @@ pipeline {
             // Only the official build nodes have the credentials to deploy setup.
             agent {
                 node {
-                    label 'ubuntu'
+                    label 'nexus-deploy'
                 }
             }
             steps {