Skip to content

Commit 9cbb55e

Browse files
authored
Merge pull request #1030 from jenkinsci/enable-cd
Add missing CD pipeline
2 parents 16c79b2 + 61947b8 commit 9cbb55e

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/workflows/cd.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# For help see https://www.jenkins.io/redirect/continuous-delivery-of-plugins
2+
3+
name: 'Jenkins CD'
4+
on:
5+
workflow_dispatch:
6+
check_run:
7+
types:
8+
- completed
9+
10+
jobs:
11+
maven-cd:
12+
uses: jenkins-infra/github-reusable-workflows/.github/workflows/maven-cd.yml@v1
13+
secrets:
14+
MAVEN_USERNAME: ${{ secrets.MAVEN_USERNAME }}
15+
MAVEN_TOKEN: ${{ secrets.MAVEN_TOKEN }}

0 commit comments

Comments
 (0)