This is an automated email from the ASF dual-hosted git repository.
eze 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 3890a9d Update ubuntu-param.pipeline
3890a9d is described below
commit 3890a9dc54fa21a10ad25eda85b48bbaac7a5bf7
Author: Evan Zelkowitz <[email protected]>
AuthorDate: Tue Mar 16 16:52:19 2021 -0600
Update ubuntu-param.pipeline
---
jenkins/ubuntu-param.pipeline | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/jenkins/ubuntu-param.pipeline b/jenkins/ubuntu-param.pipeline
index a460b87..f3b3d9a 100644
--- a/jenkins/ubuntu-param.pipeline
+++ b/jenkins/ubuntu-param.pipeline
@@ -11,7 +11,7 @@ pipeline {
stage('Clone') {
steps {
dir('src') {
- git branch: '${sha1}', url:
'http://jenkins.trafficserver.org/mirror/trafficserver.git'
+ git branch: '${sha1}', url:
'http://github.com/ezelkow1/trafficserver.git'
}
dir('ci') {
git branch: 'main', url:
'https://github.com/ezelkow1/trafficserver-ci.git'