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 57952a6 Update ubuntu-param.pipeline
57952a6 is described below
commit 57952a6665eb34366b179f08a61ab5aba5456a7b
Author: Evan Zelkowitz <[email protected]>
AuthorDate: Tue Mar 16 16:49:23 2021 -0600
Update ubuntu-param.pipeline
---
jenkins/ubuntu-param.pipeline | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/jenkins/ubuntu-param.pipeline b/jenkins/ubuntu-param.pipeline
index aaaefd3..a460b87 100644
--- a/jenkins/ubuntu-param.pipeline
+++ b/jenkins/ubuntu-param.pipeline
@@ -25,7 +25,8 @@ pipeline {
dir('src') {
sh('ls')
sh('autoreconf -fiv')
- sh('./configure --enable-experimental-plugins')
+ //sh('./configure --enable-experimental-plugins')
+ sh('./configure')
sh('make -j3')
}
}