@@ -0,0 +1,9 @@
+pipeline:
+ clone:
+ image: plugins/git
+ links:
+ - gogs
+ build:
+ image: maven:3.3.9-jdk-8
+ commands:
+ - mvn package