forked from skylark05/jpipe
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNpmBuild.yml
42 lines (41 loc) · 1.03 KB
/
NpmBuild.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
33
34
35
36
37
38
39
40
41
42
resources:
- name: npmHelloWorld_repo
type: GitRepo
configuration:
path: skylark05/npmHelloWorld
gitProvider: github
- name: helloworld_build_info
type: BuildInfo
configuration:
sourceArtifactory: art
buildName: npm_example
buildNumber: 1
pipelines:
- name: npm_example
steps:
- name: build_npm
type: NpmBuild
configuration:
repositoryName: npm-local
sourceLocation: .
inputResources:
- name: npmHelloWorld_repo
integrations:
- name: art
- name: publish_npm
type: NpmPublish
configuration:
repositoryName: npm-local
inputSteps:
- name: build_npm
integrations:
- name: art
- name: publish_build_info
type: PublishBuildInfo
configuration:
inputSteps:
- name: publish_npm
integrations:
- name: art
outputResources:
- name: helloworld_build_info