Trigger custom release

This commit is contained in:
Cezar.Leahu
2019-07-11 19:14:29 +03:00
parent 3b6647dae2
commit 120a68db80
8 changed files with 10 additions and 9 deletions

View File

@@ -25,6 +25,7 @@ branches:
- release/SP/2.0.N - release/SP/2.0.N
- company_release - company_release
- /^ATS-.*$/ - /^ATS-.*$/
- custom_release
stages: stages:
- build - build
@@ -48,7 +49,7 @@ jobs:
- name: "Release" - name: "Release"
stage: release stage: release
if: branch IN (release, release/SP/1.3.N, release/SP/2.0.N) if: branch IN (release, release/SP/1.3.N, release/SP/2.0.N, custom_release)
before_install: bash _ci/init.sh before_install: bash _ci/init.sh
before_script: travis_wait bash _ci/cache_artifacts.sh before_script: travis_wait bash _ci/cache_artifacts.sh
script: travis_wait 30 bash _ci/release.sh script: travis_wait 30 bash _ci/release.sh

View File

@@ -7,7 +7,7 @@
<parent> <parent>
<groupId>org.alfresco</groupId> <groupId>org.alfresco</groupId>
<artifactId>alfresco-transform-core</artifactId> <artifactId>alfresco-transform-core</artifactId>
<version>2.1.0-EA5-SNAPSHOT</version> <version>2.1.0-CUSTOM5-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>

View File

@@ -7,7 +7,7 @@
<parent> <parent>
<groupId>org.alfresco</groupId> <groupId>org.alfresco</groupId>
<artifactId>alfresco-transform-core</artifactId> <artifactId>alfresco-transform-core</artifactId>
<version>2.1.0-EA5-SNAPSHOT</version> <version>2.1.0-CUSTOM5-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>

View File

@@ -7,7 +7,7 @@
<parent> <parent>
<groupId>org.alfresco</groupId> <groupId>org.alfresco</groupId>
<artifactId>alfresco-transform-core</artifactId> <artifactId>alfresco-transform-core</artifactId>
<version>2.1.0-EA5-SNAPSHOT</version> <version>2.1.0-CUSTOM5-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>

View File

@@ -7,7 +7,7 @@
<parent> <parent>
<groupId>org.alfresco</groupId> <groupId>org.alfresco</groupId>
<artifactId>alfresco-transform-core</artifactId> <artifactId>alfresco-transform-core</artifactId>
<version>2.1.0-EA5-SNAPSHOT</version> <version>2.1.0-CUSTOM5-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>

View File

@@ -9,7 +9,7 @@
<parent> <parent>
<groupId>org.alfresco</groupId> <groupId>org.alfresco</groupId>
<artifactId>alfresco-transform-core</artifactId> <artifactId>alfresco-transform-core</artifactId>
<version>2.1.0-EA5-SNAPSHOT</version> <version>2.1.0-CUSTOM5-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>

View File

@@ -4,12 +4,12 @@
<parent> <parent>
<groupId>org.alfresco</groupId> <groupId>org.alfresco</groupId>
<artifactId>alfresco-transform-core</artifactId> <artifactId>alfresco-transform-core</artifactId>
<version>2.1.0-EA5-SNAPSHOT</version> <version>2.1.0-CUSTOM5-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>
<artifactId>alfresco-transformer-base</artifactId> <artifactId>alfresco-transformer-base</artifactId>
<version>2.1.0-EA5-SNAPSHOT</version> <version>2.1.0-CUSTOM5-SNAPSHOT</version>
<dependencies> <dependencies>
<dependency> <dependency>

View File

@@ -11,7 +11,7 @@
<groupId>org.alfresco</groupId> <groupId>org.alfresco</groupId>
<artifactId>alfresco-transform-core</artifactId> <artifactId>alfresco-transform-core</artifactId>
<version>2.1.0-EA5-SNAPSHOT</version> <version>2.1.0-CUSTOM5-SNAPSHOT</version>
<packaging>pom</packaging> <packaging>pom</packaging>