forked from hygieia/hygieia
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpipelines.yml
32 lines (32 loc) · 802 Bytes
/
pipelines.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
resources:
- name: PublicGitHub
type: GitRepo
configuration:
path: Satheesh-Balachandran/pipelines
gitProvider: PublicGitHub
branches:
include: master
pipelines:
- name: demo_application
steps:
- name: bld_backend
type: MvnBuild
configuration:
sourceLocation: Hygieia
mvnCommand: clean install -ntp
configFileLocation: .
configFileName: mvn-art-config
inputResources:
- name: PublicGitHub
integrations:
- name: Artifactory
runtime:
type: image
image:
auto:
language: java
versions:
- "11"
execution:
onStart:
- javac -version