Hi Guys,
Good to chat with you!
Am new to Drone, and am trying to build a Java App and push the artifacts to jfrog generic repo, can you guys help me with syntax? it would be much helpful, am still in learning stage
kind: pipeline
type: docker
name: default
steps:
- name: build
image: maven:3.3-jdk-8
commands:- mvn compile
- artifactory:
image: athieriot/drone-artifactory
url:
username:
password:
pom: pom.xml
files:
- target/ .jar
- target/ .war