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
|
sudo: required
|
||||||
language: java
|
language: java
|
||||||
jdk:
|
jdk:
|
||||||
- oraclejdk8
|
- openjdk8
|
||||||
|
|
||||||
branches:
|
branches:
|
||||||
only:
|
only:
|
||||||
- release/V2.7*
|
- /release\/V2.7.*/
|
||||||
- feature-2.7/*
|
- /feature-2.7\/.*/
|
||||||
- merge-2.7/*
|
- /merge-2.7\/.*/
|
||||||
- hotfix-2.7/*
|
- /hotfix-2.7\/.*/
|
||||||
|
|
||||||
cache:
|
cache:
|
||||||
directories:
|
directories:
|
||||||
@@ -30,12 +30,12 @@ stages:
|
|||||||
jobs:
|
jobs:
|
||||||
include:
|
include:
|
||||||
- stage: Build AGS
|
- stage: Build AGS
|
||||||
- name: "Build Community"
|
name: "Build Community"
|
||||||
- name: "Build Enterprise"
|
- name: "Build Enterprise"
|
||||||
- name: "Benchmark"
|
- name: "Benchmark"
|
||||||
|
|
||||||
- stage: Tests
|
- stage: Tests
|
||||||
- name: "Community Integrations Tests on MySQL"
|
name: "Community Integrations Tests on MySQL"
|
||||||
- name: "Enterprise Integrations Tests on MySQL"
|
- name: "Enterprise Integrations Tests on MySQL"
|
||||||
- name: "Community Rest API Tests"
|
- name: "Community Rest API Tests"
|
||||||
- name: "Enterprise Rest API Tests"
|
- name: "Enterprise Rest API Tests"
|
||||||
@@ -43,12 +43,12 @@ jobs:
|
|||||||
- name: "Enterprise UI Tests ..."
|
- name: "Enterprise UI Tests ..."
|
||||||
|
|
||||||
- stage: Security Scans
|
- stage: Security Scans
|
||||||
- name: "Source Clear Scan (SCA)"
|
name: "Source Clear Scan (SCA)"
|
||||||
- name: "Static Analysis (SAST)"
|
- name: "Static Analysis (SAST)"
|
||||||
|
|
||||||
- stage: Release
|
- stage: Release
|
||||||
- name: "Community Release"
|
name: "Community Release"
|
||||||
- name: "Enterprise Release"
|
- name: "Enterprise Release"
|
||||||
|
|
||||||
- stage: Publish
|
- stage: Publish
|
||||||
- name: "Copy to S3 Release Bucket"
|
name: "Copy to S3 Release Bucket"
|
||||||
|
Reference in New Issue
Block a user