mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
fix could not parse
This commit is contained in:
11
.travis.yml
11
.travis.yml
@@ -3,7 +3,7 @@ dist: xenial
|
|||||||
sudo: required
|
sudo: required
|
||||||
language: java
|
language: java
|
||||||
jdk:
|
jdk:
|
||||||
- oraclejdk8
|
- openjdk8
|
||||||
|
|
||||||
branches:
|
branches:
|
||||||
only:
|
only:
|
||||||
@@ -23,7 +23,7 @@ before_cache:
|
|||||||
stages:
|
stages:
|
||||||
- name: Build AGS
|
- name: Build AGS
|
||||||
- name: Tests
|
- name: Tests
|
||||||
if: commit_message !~ /\[skip tests\]/
|
# if: commit_message !~ /\[skip tests\]/
|
||||||
- name: Security Scans
|
- name: Security Scans
|
||||||
- name: Release
|
- name: Release
|
||||||
- name: Publish
|
- name: Publish
|
||||||
@@ -45,7 +45,6 @@ jobs:
|
|||||||
stage: Build AGS
|
stage: Build AGS
|
||||||
before_install: bash scripts/setUpMavenPhase.sh
|
before_install: bash scripts/setUpMavenPhase.sh
|
||||||
|
|
||||||
- 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"
|
||||||
@@ -53,15 +52,15 @@ jobs:
|
|||||||
- name: "Community UI Tests ..."
|
- name: "Community UI Tests ..."
|
||||||
- name: "Enterprise UI Tests ..."
|
- name: "Enterprise UI Tests ..."
|
||||||
|
|
||||||
- stage: Security Scans
|
|
||||||
- name: "Source Clear Scan (SCA)"
|
- name: "Source Clear Scan (SCA)"
|
||||||
- name: "Static Analysis (SAST)"
|
- name: "Static Analysis (SAST)"
|
||||||
|
|
||||||
- stage: Release
|
|
||||||
- name: "Community Release"
|
- name: "Community Release"
|
||||||
- name: "Enterprise Release"
|
- name: "Enterprise Release"
|
||||||
|
|
||||||
- stage: Publish
|
|
||||||
- name: "Copy to S3 Release Bucket"
|
- name: "Copy to S3 Release Bucket"
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
|
Reference in New Issue
Block a user