We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 16c79b2 + 61947b8 commit 9cbb55eCopy full SHA for 9cbb55e
.github/workflows/cd.yml
@@ -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