You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@training.apache.org by cd...@apache.org on 2019/04/26 10:36:38 UTC

[incubator-training] 24/26: - Configured an agent node type

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

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

commit 3ac1940fc5896b46fb22ea47b4dac179e2267963
Author: Christofer Dutz <ch...@c-ware.de>
AuthorDate: Fri Apr 26 12:14:42 2019 +0200

    - Configured an agent node type
---
 tools/maven-revealjs-asciidoctor-templte/Jenkinsfile | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/tools/maven-revealjs-asciidoctor-templte/Jenkinsfile b/tools/maven-revealjs-asciidoctor-templte/Jenkinsfile
index b202854..f28063e 100644
--- a/tools/maven-revealjs-asciidoctor-templte/Jenkinsfile
+++ b/tools/maven-revealjs-asciidoctor-templte/Jenkinsfile
@@ -20,6 +20,12 @@
  */
 pipeline {
 
+    agent {
+        node {
+            label 'ubuntu'
+        }
+    }
+
     tools {
         maven 'Maven 3 (latest)'
         jdk 'JDK 1.8 (latest)'