Skip to content

Commit

Permalink
adds jenkins job
Browse files Browse the repository at this point in the history
  • Loading branch information
suryatejreddy committed Apr 20, 2022
1 parent 28e3554 commit c4c44cd
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
17 changes: 0 additions & 17 deletions .github/workflows/github-actions-demo.yml

This file was deleted.

17 changes: 17 additions & 0 deletions .github/workflows/jenkins-job.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Trigger Jenkins Job
on:
pull_request:
branches:
- master
jobs:
build:
name: Run Test Suite
runs-on: ubuntu-latest
steps:
- name: Trigger Jenkins Job
uses: appleboy/jenkins-action@master
with:
url: "https://ada-00.cc.gatech.edu/jenkins"
user: "gtdbuser"
token: ${{ secrets.JENKINS_ACCESS_TOKEN }}
job: "eva"

0 comments on commit c4c44cd

Please sign in to comment.