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

olamy 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 77fa421  nmissing agent
77fa421 is described below

commit 77fa421e44b93239d1a16b62a87940881e19be82
Author: olivier lamy <ol...@apache.org>
AuthorDate: Sat Dec 29 14:26:31 2018 +1000

    nmissing agent
    
    Signed-off-by: olivier lamy <ol...@apache.org>
---
 Jenkinsfile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Jenkinsfile b/Jenkinsfile
index 40d6a42..b5d260e 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -25,6 +25,7 @@
 
 
 pipeline {
+    agent any
     stages{
         stage("Build"){
             agent { node { label 'ubuntu' } }

Reply via email to