v0.8.22 add provs-server.jar to ci
This commit is contained in:
parent
3bd9cdb6d9
commit
c1ecc04cdf
2 changed files with 6 additions and 2 deletions
|
@ -68,7 +68,7 @@ publish:
|
||||||
expire_in: 2 months
|
expire_in: 2 months
|
||||||
|
|
||||||
|
|
||||||
fatjar:
|
fatjars:
|
||||||
stage: fatjar
|
stage: fatjar
|
||||||
rules:
|
rules:
|
||||||
# Do no allow manually triggered pipelines to prevent duplicates!
|
# Do no allow manually triggered pipelines to prevent duplicates!
|
||||||
|
@ -85,9 +85,11 @@ fatjar:
|
||||||
script:
|
script:
|
||||||
- echo "---------- create fatjar ----------"
|
- echo "---------- create fatjar ----------"
|
||||||
- ./gradlew fatJarLatest
|
- ./gradlew fatJarLatest
|
||||||
|
- ./gradlew fatJarK3s
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- 'build/libs/provs.jar'
|
- 'build/libs/provs.jar'
|
||||||
|
- 'build/libs/provs-server.jar'
|
||||||
reports:
|
reports:
|
||||||
# To ensure we've access to this file in the next stage
|
# To ensure we've access to this file in the next stage
|
||||||
dotenv: generate_executables.env
|
dotenv: generate_executables.env
|
||||||
|
@ -121,6 +123,8 @@ release:
|
||||||
links:
|
links:
|
||||||
- name: provs.jar
|
- name: provs.jar
|
||||||
url: https://gitlab.com/domaindrivenarchitecture/provs/-/jobs/${FATJAR_JOB_ID}/artifacts/raw/build/libs/provs.jar
|
url: https://gitlab.com/domaindrivenarchitecture/provs/-/jobs/${FATJAR_JOB_ID}/artifacts/raw/build/libs/provs.jar
|
||||||
|
- name: provs-server.jar
|
||||||
|
url: https://gitlab.com/domaindrivenarchitecture/provs/-/jobs/${FATJAR_JOB_ID}/artifacts/raw/build/libs/provs-server.jar
|
||||||
|
|
||||||
after_script:
|
after_script:
|
||||||
- echo "---------- End CI ----------"
|
- echo "---------- End CI ----------"
|
||||||
|
|
|
@ -18,7 +18,7 @@ apply plugin: 'kotlinx-serialization'
|
||||||
|
|
||||||
|
|
||||||
group = 'org.domaindrivenarchitecture.provs'
|
group = 'org.domaindrivenarchitecture.provs'
|
||||||
version = '0.8.22-SNAPSHOT'
|
version = '0.8.22'
|
||||||
|
|
||||||
repositories {
|
repositories {
|
||||||
mavenCentral()
|
mavenCentral()
|
||||||
|
|
Loading…
Reference in a new issue