Skip to content

Commit

Permalink
Merge pull request #41 from robertmcnees/ci_changes
Browse files Browse the repository at this point in the history
Use GitHub Actions instead of Jenkins for CI
  • Loading branch information
robertmcnees authored Jun 5, 2024
2 parents 1669a72 + f1d8bc2 commit 537b801
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 80 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/continuous-integration-build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: CI Build

on:
push:
branches:
- main
pull_request:
branches:
- main

jobs:
build:
uses: spring-guides/getting-started-macros/.github/workflows/build_initial_complete_maven_gradle.yml@main
44 changes: 0 additions & 44 deletions Jenkinsfile

This file was deleted.

36 changes: 0 additions & 36 deletions test/run.sh

This file was deleted.

0 comments on commit 537b801

Please sign in to comment.