mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
fix java version and branches
This commit is contained in:
20
.travis.yml
20
.travis.yml
@@ -3,14 +3,14 @@ dist: xenial
|
||||
sudo: required
|
||||
language: java
|
||||
jdk:
|
||||
- oraclejdk8
|
||||
- openjdk8
|
||||
|
||||
branches:
|
||||
only:
|
||||
- release/V2.7*
|
||||
- feature-2.7/*
|
||||
- merge-2.7/*
|
||||
- hotfix-2.7/*
|
||||
- /release\/V2.7.*/
|
||||
- /feature-2.7\/.*/
|
||||
- /merge-2.7\/.*/
|
||||
- /hotfix-2.7\/.*/
|
||||
|
||||
cache:
|
||||
directories:
|
||||
@@ -30,12 +30,12 @@ stages:
|
||||
jobs:
|
||||
include:
|
||||
- stage: Build AGS
|
||||
- name: "Build Community"
|
||||
name: "Build Community"
|
||||
- name: "Build Enterprise"
|
||||
- name: "Benchmark"
|
||||
|
||||
- stage: Tests
|
||||
- name: "Community Integrations Tests on MySQL"
|
||||
name: "Community Integrations Tests on MySQL"
|
||||
- name: "Enterprise Integrations Tests on MySQL"
|
||||
- name: "Community Rest API Tests"
|
||||
- name: "Enterprise Rest API Tests"
|
||||
@@ -43,12 +43,12 @@ jobs:
|
||||
- name: "Enterprise UI Tests ..."
|
||||
|
||||
- stage: Security Scans
|
||||
- name: "Source Clear Scan (SCA)"
|
||||
name: "Source Clear Scan (SCA)"
|
||||
- name: "Static Analysis (SAST)"
|
||||
|
||||
- stage: Release
|
||||
- name: "Community Release"
|
||||
name: "Community Release"
|
||||
- name: "Enterprise Release"
|
||||
|
||||
- stage: Publish
|
||||
- name: "Copy to S3 Release Bucket"
|
||||
name: "Copy to S3 Release Bucket"
|
||||
|
Reference in New Issue
Block a user