project of gitlab-runner gateway
Go to file
antoine cd0f3cfdd8 Add readme to explain project state 2020-10-03 15:11:56 +00:00
.mvn/wrapper add mvnw to project 2020-08-13 00:41:10 +02:00
misc add patch trace handler and jobrequest response 2020-09-22 00:08:30 +02:00
src/main start .gitlab-ci.yml parsing 2020-10-03 17:03:48 +02:00
.dockerignore add docker image build and run 2020-08-16 00:46:23 +02:00
.editorconfig initial commit 2020-08-12 21:23:59 +02:00
.gitignore start .gitlab-ci.yml parsing 2020-10-03 17:03:48 +02:00
Dockerfile update spring-graalvm-native 0.8.0 and native-image-maven-plugin 20.2.0 2020-09-10 22:23:15 +02:00
Dockerfile-agent add graalvm compilation 2020-08-18 00:46:49 +02:00
Makefile add Model 2020-09-17 00:37:33 +02:00
mvnw add mvnw to project 2020-08-13 00:41:10 +02:00
mvnw.cmd add mvnw to project 2020-08-13 00:41:10 +02:00
pom.xml start .gitlab-ci.yml parsing 2020-10-03 17:03:48 +02:00
readme.md Add readme to explain project state 2020-10-03 15:11:56 +00:00

readme.md

Gitlab runner gateway

This aims of this repository is to catch gitea webhook, parse .gitlab-ci.yml file and run some job with gitlab-runner from docker container. Some documentation about gitlab-runner

This API could be compile with graalVM to native image see Makefile