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 e163269 Update ubuntu-param.pipeline
e163269 is described below
commit e163269e243c35b1dc12e84a10821195026f9c97
Author: Evan Zelkowitz <[email protected]>
AuthorDate: Tue Mar 16 16:46:12 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 a84645d..aaaefd3 100644
--- a/jenkins/ubuntu-param.pipeline
+++ b/jenkins/ubuntu-param.pipeline
@@ -26,7 +26,7 @@ pipeline {
sh('ls')
sh('autoreconf -fiv')
sh('./configure --enable-experimental-plugins')
- sh('make -j2')
+ sh('make -j3')
}
}
}