summaryrefslogtreecommitdiffstats
path: root/jjb/ccsdk/distribution.yaml
AgeCommit message (Collapse)AuthorFilesLines
2017-09-27Disable sonar on non-Java CCSDK/SDNC reposDan Timoney1-1/+1
Disable Sonar scan on CCSDK and SDNC repos that contain no Java code (packaging only). Change-Id: I8f81ff877206912eb435ebaab57448a7fa8d8bbe Issue-ID: CCSDK-59 Signed-off-by: Dan Timoney <dtimoney@att.com>
2017-09-26Remove unneeded Jenkins jobsDan Timoney1-1/+0
Removed unneeded Jenkins jobs from CCSDK and SDNC repositories. For SDNC, removed release-1.1.0 branch stream, since that branch is no longer actively used. For both, removed site-java jobs, which have never worked correctly and are currently interfering with M2 acceptance criteria, even though these jobs are not producing any binaries used by anyone. Change-Id: I87db40eb3bc8e43f8280a18ccdb97f6e9fc8e62b Issue-ID: CIMAN-89 Signed-off-by: Dan Timoney <dtimoney@att.com>
2017-08-15Cleanup unneeded CCSDK Jenkins jobsDan Timoney1-2/+0
Release 1.0.0 branches for CCSDK do not exist yet, so no need for 1.0.0 Jenkins stream Change-Id: I298aeaa0d5f3d93397c9a57f66e63e6256844a28 Issue-ID: CCSDK-60 Signed-off-by: Dan Timoney <dtimoney@att.com>
2017-08-09Change ccsdk/distribution node to dockerMarcus G K Williams1-1/+1
Verify job fails in these jobs because there is no docker host available. Fixing by changing node to ubuntu1604-docker-8c-8g Change-Id: If7710edf7bfed1fc4298247e15227b36e3261f50 Signed-off-by: Marcus G K Williams <marcus.williams@intel.com>
2017-08-09Add ccsdk/distribution docker jjb jobMarcus G K Williams1-0/+25
Issue: CCSDK-27 Change-Id: Iafb919e09e5b99b74d015fe5274b1872abf43d04 Signed-off-by: Marcus G K Williams <marcus.williams@intel.com>