fix java version and branches

This commit is contained in:
Claudia Agache
2020-07-02 13:14:03 +03:00
parent ebc58e7dfd
commit 4959dd9b22

View File

@@ -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"