You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@archiva.apache.org by ol...@apache.org on 2022/04/24 00:20:28 UTC

[archiva-redback-core] branch redback-2.6.x updated (45cd5a63 -> 87aeec79)

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

olamy pushed a change to branch redback-2.6.x
in repository https://gitbox.apache.org/repos/asf/archiva-redback-core.git


    from 45cd5a63 default 2 threads
     new 2ac0e25a not needed
     new 87aeec79 cleanup

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 Jenkinsfile | 4 ----
 1 file changed, 4 deletions(-)


[archiva-redback-core] 01/02: not needed

Posted by ol...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

olamy pushed a commit to branch redback-2.6.x
in repository https://gitbox.apache.org/repos/asf/archiva-redback-core.git

commit 2ac0e25ab9553bf62491e4d1d1f7e3d24dc0cef7
Author: Olivier Lamy <ol...@apache.org>
AuthorDate: Sun Apr 24 10:20:02 2022 +1000

    not needed
    
    Signed-off-by: Olivier Lamy <ol...@apache.org>
---
 Jenkinsfile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index a358416b..d33fa055 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -40,9 +40,9 @@ def defaultPublishers = [artifactsPublisher(disabled: false), junitPublisher(ign
 pipeline {
     agent { label "${LABEL}" }
     // Build should also start, if parent has been built successfully
-    triggers { 
-        upstream(upstreamProjects: 'Archiva-TLP-Gitbox/archiva-parent/archiva-2.x', threshold: hudson.model.Result.SUCCESS) 
-    }
+//     triggers {
+//         upstream(upstreamProjects: 'Archiva-TLP-Gitbox/archiva-parent/archiva-2.x', threshold: hudson.model.Result.SUCCESS)
+//     }
     parameters {
         string(name: 'THREADS', defaultValue: '2', description: 'Number of threads for the mvn build (-T option). Must be a integer value>0.')
     }


[archiva-redback-core] 02/02: cleanup

Posted by ol...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

olamy pushed a commit to branch redback-2.6.x
in repository https://gitbox.apache.org/repos/asf/archiva-redback-core.git

commit 87aeec790feb28288e1c55689127a63268b59513
Author: Olivier Lamy <ol...@apache.org>
AuthorDate: Sun Apr 24 10:20:16 2022 +1000

    cleanup
    
    Signed-off-by: Olivier Lamy <ol...@apache.org>
---
 Jenkinsfile | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index d33fa055..e9350d70 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -39,10 +39,6 @@ def defaultPublishers = [artifactsPublisher(disabled: false), junitPublisher(ign
 
 pipeline {
     agent { label "${LABEL}" }
-    // Build should also start, if parent has been built successfully
-//     triggers {
-//         upstream(upstreamProjects: 'Archiva-TLP-Gitbox/archiva-parent/archiva-2.x', threshold: hudson.model.Result.SUCCESS)
-//     }
     parameters {
         string(name: 'THREADS', defaultValue: '2', description: 'Number of threads for the mvn build (-T option). Must be a integer value>0.')
     }