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

bnolsen pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/trafficserver-ci.git


The following commit(s) were added to refs/heads/main by this push:
     new 2594b7b  osx/freebsd: check out trafficserver-ci (#306)
2594b7b is described below

commit 2594b7b5c13bbb0046722f9ecfb9c769ec73dca6
Author: Brian Olsen <[email protected]>
AuthorDate: Wed Dec 13 07:38:59 2023 -0700

    osx/freebsd: check out trafficserver-ci (#306)
---
 jenkins/branch/freebsd.pipeline | 7 ++++++-
 jenkins/branch/osx-m1.pipeline  | 5 +++++
 jenkins/branch/osx.pipeline     | 5 +++++
 3 files changed, 16 insertions(+), 1 deletion(-)

diff --git a/jenkins/branch/freebsd.pipeline b/jenkins/branch/freebsd.pipeline
index 415482d..2cad8d0 100644
--- a/jenkins/branch/freebsd.pipeline
+++ b/jenkins/branch/freebsd.pipeline
@@ -3,6 +3,11 @@ pipeline {
        stages {
                stage('Clone') {
                        steps {
+                               echo 'Starting Clone'
+                               dir('ci') {
+                                       git url: 
'https://github.com/apache/trafficserver-ci',
+                                               branch: 'main'
+                               }
                                dir('src') {
                                        script {
                                                String branch = env.SHA1
@@ -28,7 +33,7 @@ pipeline {
                                                set -x
                                                set -e
 
-                                               NPROC=$(nproc)
+                                               NPROC=3
 
                                                if [ -d cmake ]
                                                then
diff --git a/jenkins/branch/osx-m1.pipeline b/jenkins/branch/osx-m1.pipeline
index 07764a9..01d7c7d 100644
--- a/jenkins/branch/osx-m1.pipeline
+++ b/jenkins/branch/osx-m1.pipeline
@@ -3,6 +3,11 @@ pipeline {
        stages {
                stage('Clone') {
                        steps {
+                               echo 'Starting Clone'
+                               dir('ci') {
+                                       git url: 
'https://github.com/apache/trafficserver-ci',
+                                               branch: 'main'
+                               }
                                dir('src') {
                                        script {
                                                String branch = env.SHA1
diff --git a/jenkins/branch/osx.pipeline b/jenkins/branch/osx.pipeline
index bff0f65..4d68f0c 100644
--- a/jenkins/branch/osx.pipeline
+++ b/jenkins/branch/osx.pipeline
@@ -3,6 +3,11 @@ pipeline {
        stages {
                stage('Clone') {
                        steps {
+                               echo 'Starting Clone'
+                               dir('ci') {
+                                       git url: 
'https://github.com/apache/trafficserver-ci',
+                                               branch: 'main'
+                               }
                                dir('src') {
                                        script {
                                                String branch = env.SHA1

Reply via email to