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/24 15:19:19 UTC

[plc4x] branch develop updated: - Changed the deploy phase to run on a node labeled: nexus-deploy

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 a660a46  - Changed the deploy phase to run on a node labeled: nexus-deploy
a660a46 is described below

commit a660a46ceff1e3c57f86e22c60f472b37ffaf5e4
Author: Christofer Dutz <ch...@c-ware.de>
AuthorDate: Sat Aug 24 17:19:12 2019 +0200

    - Changed the deploy phase to run on a node labeled: nexus-deploy
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index d53f162..408dc88 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -140,7 +140,7 @@ pipeline {
             // Only the official build nodes have the credentials to deploy setup.
             agent {
                 node {
-                    label 'ubuntu'
+                    label 'nexus-deploy'
                 }
             }
             steps {