You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@plc4x.apache.org by sr...@apache.org on 2018/02/17 09:30:21 UTC

[incubator-plc4x] branch master updated: exclude Jenkins H33 node from scheduling.

This is an automated email from the ASF dual-hosted git repository.

sruehl pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-plc4x.git


The following commit(s) were added to refs/heads/master by this push:
     new 7e778ed  exclude Jenkins H33 node from scheduling.
7e778ed is described below

commit 7e778eda351ce8835cd969cd7c99d45fc3f5be55
Author: Sebastian Rühl <sr...@apache.org>
AuthorDate: Sat Feb 17 10:30:16 2018 +0100

    exclude Jenkins H33 node from scheduling.
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 17ccb47..9d02cc8 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -19,7 +19,7 @@
  *
  */
 // TODO: migrate to declarative pipeline if possible (https://jenkins.io/doc/book/pipeline/jenkinsfile/)
-node('ubuntu') {
+node('ubuntu && !H33') {
 
     currentBuild.result = "SUCCESS"
 

-- 
To stop receiving notification emails like this one, please contact
sruehl@apache.org.