Merge remote-tracking branch 'origin/develop' into develop

This commit is contained in:
dengli
2023-12-01 19:34:50 +08:00
2 changed files with 4 additions and 9 deletions

View File

@@ -25,10 +25,10 @@ build:
</settings>' > $HOME/.m2/settings.xml </settings>' > $HOME/.m2/settings.xml
artifacts: artifacts:
name: stock-market.war name: india_market_java.jar
expire_in: 1 day expire_in: 1 day
paths: paths:
- ./target/stock-market.war - ./target/india_market_java.jar
script: script:
- echo ">>>>>>Start Building<<<<<<" - echo ">>>>>>Start Building<<<<<<"
- pwd - pwd
@@ -36,22 +36,17 @@ build:
- mvn -v - mvn -v
- mvn clean install -Dmaven.test.skip=true - mvn clean install -Dmaven.test.skip=true
- ls - ls
#- apt-get install -y curl
#- curl --max-time 20 http://43.128.20.12:11113/api/webhook/justpull?project=api\&setenv_file=alpha.sh\&publish_env=alpha
- echo ">>>>>>Finish Building<<<<<<" - echo ">>>>>>Finish Building<<<<<<"
webhook: webhook:
stage: webhook stage: webhook
#tags:
# - gz
only: only:
- main
- develop - develop
script: script:
- echo ">>>>>>Start Deploy<<<<<<" - echo ">>>>>>Start Deploy<<<<<<"
- ls - ls
- apt-get update - apt-get update
- apt-get install -y curl - apt-get install -y curl
- curl --max-time 30 http://43.139.146.165:11113/api/webhook/justpull?project=market\&setenv_file=alpha.sh\&publish_env=alpha\&shell=deploy-alpha.sh - curl --max-time 30 http://43.132.212.180:11113/api/webhook/justpull?project=india_market_java\&setenv_file=alpha.sh\&publish_env=alpha\&shell=deploy-test.sh
- echo ">>>>>>Start Deploy Finish<<<<<<" - echo ">>>>>>Start Deploy Finish<<<<<<"

View File

@@ -176,7 +176,7 @@
</dependencies> </dependencies>
<build> <build>
<finalName>india_stock_market</finalName> <finalName>india_market_java</finalName>
<plugins> <plugins>
<!--<plugin> <!--<plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>