Add Jenkinsfile
All checks were successful
Cadoles/go-http-peering/pipeline/head This commit looks good

This commit is contained in:
2022-09-05 10:56:41 +02:00
parent b826f7de2d
commit 932aa46a18
3 changed files with 39 additions and 1 deletions

5
misc/ci/Dockerfile Normal file
View File

@ -0,0 +1,5 @@
FROM golang:1.19
RUN apt-get update && apt-get install -y make upx-ucl curl ca-certificates bash jq
RUN curl -k https://forge.cadoles.com/Cadoles/Jenkins/raw/branch/master/resources/com/cadoles/common/add-letsencrypt-ca.sh | bash