no message
This commit is contained in:
@@ -25,10 +25,10 @@ build:
|
|||||||
</settings>' > $HOME/.m2/settings.xml
|
</settings>' > $HOME/.m2/settings.xml
|
||||||
|
|
||||||
artifacts:
|
artifacts:
|
||||||
name: india_stock_market.jar
|
name: india_market_java.jar
|
||||||
expire_in: 1 day
|
expire_in: 1 day
|
||||||
paths:
|
paths:
|
||||||
- ./target/india_stock_market.jar
|
- ./target/india_market_java.jar
|
||||||
script:
|
script:
|
||||||
- echo ">>>>>>Start Building<<<<<<"
|
- echo ">>>>>>Start Building<<<<<<"
|
||||||
- pwd
|
- pwd
|
||||||
@@ -46,7 +46,7 @@ webhook:
|
|||||||
- ls
|
- ls
|
||||||
- apt-get update
|
- apt-get update
|
||||||
- apt-get install -y curl
|
- apt-get install -y curl
|
||||||
- curl --max-time 30 http://43.132.212.180:11113/api/webhook/justpull?project=india_stock_market\&setenv_file=alpha.sh\&publish_env=alpha\&shell=deploy-test.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<<<<<<"
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
2
pom.xml
2
pom.xml
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user