mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
fix travis file
This commit is contained in:
11
.travis.yml
11
.travis.yml
@@ -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
|
||||||
@@ -38,13 +38,12 @@ jobs:
|
|||||||
- travis_wait 60 mvn -B ${mavenPhase} -Dskip.integrationtests=false -Dcommunity -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn
|
- travis_wait 60 mvn -B ${mavenPhase} -Dskip.integrationtests=false -Dcommunity -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn
|
||||||
|
|
||||||
- name: "Build AGS Enterprise"
|
- name: "Build AGS Enterprise"
|
||||||
stage: Build AGS
|
|
||||||
before_install: bash scripts/setUpMavenPhase.sh
|
before_install: bash scripts/setUpMavenPhase.sh
|
||||||
|
|
||||||
- name: "AGS Benchmark"
|
- name: "AGS Benchmark"
|
||||||
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"
|
||||||
@@ -52,15 +51,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