Skip to content

Commit

Permalink
feat: added flow to test Jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
ZanyLeonic committed Mar 2, 2024
1 parent 70577b0 commit acfe1e1
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/test-jenkinsfile.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: "Build CosmicKube game client"
on: push

env:
GODOT_VERSION: 4.2.1
EXPORT_NAME: CosmicKube
PROJECT_PATH: game-source

jobs:
test-jenkins:
name: "Test Jenkinsfile"
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@master
- name: jenkinsfile-runner-prepackaged
uses: jenkinsci/jenkinsfile-runner-github-actions/jenkinsfile-runner-prepackaged@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit acfe1e1

Please sign in to comment.