Skip to content

Commit

Permalink
Merge pull request #418 from BorisYaoA/enable-cd
Browse files Browse the repository at this point in the history
Enable CD
  • Loading branch information
jtnord committed Oct 31, 2023
2 parents 86bbaa7 + 1579de4 commit 714b83c
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 22 deletions.
2 changes: 1 addition & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
interval: "daily"
2 changes: 0 additions & 2 deletions .github/release-drafter.yml

This file was deleted.

15 changes: 15 additions & 0 deletions .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Note: additional setup is required, see https://www.jenkins.io/redirect/continuous-delivery-of-plugins

name: cd
on:
workflow_dispatch:
check_run:
types:
- completed

jobs:
maven-cd:
uses: jenkins-infra/github-reusable-workflows/.github/workflows/maven-cd.yml@v1
secrets:
MAVEN_USERNAME: ${{ secrets.MAVEN_USERNAME }}
MAVEN_TOKEN: ${{ secrets.MAVEN_TOKEN }}
16 changes: 0 additions & 16 deletions .github/workflows/release-drafter.yml

This file was deleted.

1 change: 1 addition & 0 deletions .mvn/maven.config
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
-Pconsume-incrementals
-Pmight-produce-incrementals
-Dchangelist.format=%d.v%s
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
</parent>

<artifactId>google-compute-engine</artifactId>
<version>4.3.18-SNAPSHOT</version>
<version>${revision}.${changelist}</version>
<packaging>hpi</packaging>

<name>Google Compute Engine Plugin</name>
Expand Down Expand Up @@ -62,8 +62,8 @@
</scm>

<properties>
<revision>4.3.17</revision>
<changelist>-SNAPSHOT</changelist>
<revision>4</revision>
<changelist>999999-SNAPSHOT</changelist>
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>
<jenkins.version>2.387.3</jenkins.version>
<jenkinsRuleTimeout>0</jenkinsRuleTimeout>
Expand Down

0 comments on commit 714b83c

Please sign in to comment.