|
|
@ -11,10 +11,14 @@ build:
|
|
|
|
stage: build
|
|
|
|
stage: build
|
|
|
|
script:
|
|
|
|
script:
|
|
|
|
- mvn $MAVEN_CLI_OPTS clean install
|
|
|
|
- mvn $MAVEN_CLI_OPTS clean install
|
|
|
|
|
|
|
|
tags:
|
|
|
|
|
|
|
|
- OracleJDK1.8
|
|
|
|
|
|
|
|
|
|
|
|
deploy:
|
|
|
|
deploy:
|
|
|
|
stage: deploy
|
|
|
|
stage: deploy
|
|
|
|
script:
|
|
|
|
script:
|
|
|
|
- mvn $MAVEN_CLI_OPTS deploy -Dmaven.test.skip=true
|
|
|
|
- mvn $MAVEN_CLI_OPTS deploy
|
|
|
|
only:
|
|
|
|
only:
|
|
|
|
- master@entgra/product-iots
|
|
|
|
- master@entgra/product-iots
|
|
|
|
|
|
|
|
tags:
|
|
|
|
|
|
|
|
- OracleJDK1.8
|