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 22e7ed9 Update ubuntu-param.pipeline
22e7ed9 is described below
commit 22e7ed969d9eeeeea69f4a0c47c5c5d89c482f58
Author: Evan Zelkowitz <[email protected]>
AuthorDate: Tue Mar 16 17:32:04 2021 -0600
Update ubuntu-param.pipeline
---
jenkins/ubuntu-param.pipeline | 1 +
1 file changed, 1 insertion(+)
diff --git a/jenkins/ubuntu-param.pipeline b/jenkins/ubuntu-param.pipeline
index f3b3d9a..29b8c7f 100644
--- a/jenkins/ubuntu-param.pipeline
+++ b/jenkins/ubuntu-param.pipeline
@@ -11,6 +11,7 @@ pipeline {
stage('Clone') {
steps {
dir('src') {
+ echo sha1
git branch: '${sha1}', url:
'http://github.com/ezelkow1/trafficserver.git'
}
dir('ci') {