Skip to content

Commit

Permalink
Revert "enable-cd changes"
Browse files Browse the repository at this point in the history
  • Loading branch information
Simplify3x authored Dec 18, 2023
1 parent 963ecec commit 3477eac
Show file tree
Hide file tree
Showing 5 changed files with 32 additions and 26 deletions.
18 changes: 10 additions & 8 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuring-dependabot-version-updates

version: 2
updates:
- package-ecosystem: "maven"
directory: "/"
schedule:
interval: "weekly"
- package-ecosystem: github-actions
directory: /
schedule:
interval: weekly
- package-ecosystem: maven
directory: /
schedule:
interval: monthly
- package-ecosystem: github-actions
directory: /
schedule:
interval: monthly
2 changes: 2 additions & 0 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
_extends: .github
tag-template: simplify-qa-connector-$NEXT_MINOR_VERSION
15 changes: 0 additions & 15 deletions .github/workflows/cd.yaml

This file was deleted.

17 changes: 17 additions & 0 deletions .github/workflows/release-drafter.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Automates creation of Release Drafts using Release Drafter
# More Info: https://github.com/jenkinsci/.github/blob/master/.github/release-drafter.adoc

on:
push:
branches:
- master
- main

jobs:
update_release_draft:
runs-on: ubuntu-latest
steps:
# Drafts your next Release notes as Pull Requests are merged into the default branch
- uses: release-drafter/release-drafter@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</parent>
<groupId>io.jenkins.plugins</groupId>
<artifactId>simplify-qa-connector</artifactId>
<version>${changelist}</version>
<version>${revision}${changelist}</version>
<packaging>hpi</packaging>
<name>SimplifyQA Pipeline Executor</name>
<description>SimplifyQA Jenkins Connector is a Plugin to trigger automation of suites in SimplifyQA after build.</description>
Expand All @@ -23,7 +23,7 @@
<scm child.scm.connection.inherit.append.path="false" child.scm.developerConnection.inherit.append.path="false" child.scm.url.inherit.append.path="false">
<connection>scm:git:https://github.com/${gitHubRepo}</connection>
<developerConnection>scm:git:https://github.com/${gitHubRepo}</developerConnection>
<tag>${scmTag}</tag>
<tag>${project.scmTag}</tag>
<url>https://github.com/${gitHubRepo}</url>
</scm>
<properties>
Expand All @@ -33,8 +33,8 @@
<jenkins.version>2.375.1</jenkins.version>
<hpi.compatibleSinceVersion>1.0</hpi.compatibleSinceVersion>
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>
<scmTag>v${project.revision}${project.changelist}</scmTag>
<spotless.check.skip>false</spotless.check.skip>
<changelist>999999-SNAPSHOT</changelist>
</properties>
<dependencyManagement>
<dependencies>
Expand Down

0 comments on commit 3477eac

Please sign in to comment.