You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by zw...@apache.org on 2013/09/04 04:27:24 UTC

[20/21] git commit: ci: test make distclean in jenkins

ci: test make distclean in jenkins


Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo
Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/b450c84f
Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/b450c84f
Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/b450c84f

Branch: refs/heads/5.0.x
Commit: b450c84fcb8677378b9ac13f8e5c8493a2f3bfe2
Parents: 2fbcb5d
Author: James Peach <jp...@apache.org>
Authored: Tue Sep 3 16:55:55 2013 -0700
Committer: James Peach <jp...@apache.org>
Committed: Tue Sep 3 16:55:55 2013 -0700

----------------------------------------------------------------------
 ci/jenkins/jobs.yaml | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/b450c84f/ci/jenkins/jobs.yaml
----------------------------------------------------------------------
diff --git a/ci/jenkins/jobs.yaml b/ci/jenkins/jobs.yaml
index 836e1ae..cae3da1 100644
--- a/ci/jenkins/jobs.yaml
+++ b/ci/jenkins/jobs.yaml
@@ -39,6 +39,7 @@
         - shell: make install
         - shell: |
             "${WORKSPACE}/install/${JOB_NAME}.${BUILD_NUMBER}"/bin/traffic_server -R 1
+        - shell: make distclean
         - shell: |
             rm -rf "${WORKSPACE}/install/${JOB_NAME}.${BUILD_NUMBER}"
 
@@ -60,6 +61,7 @@
         - shell: make install
         - shell: |
             "${WORKSPACE}/install/${JOB_NAME}.${BUILD_NUMBER}"/bin/traffic_server -R 1
+        - shell: make distclean
         - shell: |
             rm -rf "${WORKSPACE}/install/${JOB_NAME}.${BUILD_NUMBER}"
 
@@ -79,6 +81,7 @@
         - shell: gmake install
         - shell: |
             "${WORKSPACE}/install/${JOB_NAME}.${BUILD_NUMBER}"/bin/traffic_server -R 1
+        - shell: gmake distclean
         - shell: |
             rm -rf "${WORKSPACE}/install/${JOB_NAME}.${BUILD_NUMBER}"
 
@@ -104,6 +107,7 @@
         - shell: gmake install
         - shell: |
             "${WORKSPACE}/install/${JOB_NAME}.${BUILD_NUMBER}"/bin/traffic_server -R 1
+        - shell: gmake distclean
         - shell: |
             rm -rf "${WORKSPACE}/install/${JOB_NAME}.${BUILD_NUMBER}"