42145902a7
Motivation: We need to take special care when deploying snapshots as we need to generate the jars in multiple steps Modifications: - Use the nexus staging pluging to stage jars locally in multiple steps - Add extra job that will merge these staged jars and deploy these Result: Fixes https://github.com/netty/netty/issues/10887
31 lines
470 B
YAML
31 lines
470 B
YAML
version: "3"
|
|
|
|
services:
|
|
|
|
runtime-setup:
|
|
image: netty:centos-6-1.8
|
|
build:
|
|
args:
|
|
java_version : "adopt@1.8.0-272"
|
|
|
|
build:
|
|
image: netty:centos-6-1.8
|
|
|
|
build-leak:
|
|
image: netty:centos-6-1.8
|
|
|
|
build-boringssl-static:
|
|
image: netty:centos-6-1.8
|
|
|
|
build-leak-boringssl-static:
|
|
image: netty:centos-6-1.8
|
|
|
|
stage-snapshot:
|
|
image: netty:centos-6-1.8
|
|
|
|
deploy:
|
|
image: netty:centos-6-1.8
|
|
|
|
shell:
|
|
image: netty:centos-6-1.8
|