This is an automated email from the ASF dual-hosted git repository.
martin_s pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/archiva-redback-components-parent.git
The following commit(s) were added to refs/heads/master by this push:
new c588771 Adding execution label
c588771 is described below
commit c5887711c4fc839a0d0ab1eb5491f11e27d621f6
Author: Martin Stockhammer <[email protected]>
AuthorDate: Sun Apr 15 19:59:55 2018 +0200
Adding execution label
---
Jenkinsfile | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/Jenkinsfile b/Jenkinsfile
index e4b9cb2..5bcdd9c 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -25,11 +25,13 @@
node {
stage ('Build') {
+ label 'ubuntu'
+
git url:
'https://gitbox.apache.org/repos/asf/archiva-redback-components-parent.git'
withMaven(
// Maven installation declared in the Jenkins "Global Tool
Configuration"
- maven: 'Maven 3.5.2') {
+ maven: 'Maven 3.5.2', jdk: 'JDK 1.8 (latest)') {
// Run the maven build
sh "mvn clean install -B -U -e -fae -Dmaven.compiler.fork=false
-Pci-build"
--
To stop receiving notification emails like this one, please contact
[email protected].