Skip to content

Commit

Permalink
Merge pull request #48 from vwagh-dev/enabled_cd
Browse files Browse the repository at this point in the history
Enabled CD
  • Loading branch information
strangelookingnerd committed Jun 24, 2024
2 parents 21793f3 + ff7c2e3 commit d0ba7ad
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 26 deletions.
2 changes: 0 additions & 2 deletions .github/release-drafter.yml

This file was deleted.

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

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

permissions:
checks: read
contents: write

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 }}
22 changes: 0 additions & 22 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
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<groupId>io.jenkins.plugins</groupId>
<artifactId>apache-httpcomponents-client-5-api</artifactId>
<version>${revision}${changelist}</version>
<version>${revision}-${changelist}</version>
<packaging>hpi</packaging>

<name>Apache HttpComponents Client 5.x API Plugin</name>
Expand Down Expand Up @@ -47,7 +47,7 @@
<httpcore.version>5.2.4</httpcore.version>
<jenkins.version>2.361.4</jenkins.version>
<revision>${httpclient.version}</revision>
<changelist>-999999-SNAPSHOT</changelist>
<changelist>999999-SNAPSHOT</changelist>
<spotless.check.skip>false</spotless.check.skip>
</properties>

Expand Down

0 comments on commit d0ba7ad

Please sign in to comment.