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 <[email protected]> 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)'
