Skip to content

Commit 72fe96f

Browse files
authored
Drop Jenkins entirely (#596)
1 parent b45e8ba commit 72fe96f

File tree

2 files changed

+22
-36
lines changed

2 files changed

+22
-36
lines changed

.github/workflows/release.yml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
name: "Master Push"
2+
on:
3+
push:
4+
branches:
5+
- master
6+
7+
jobs:
8+
release:
9+
name: 'Publish Release'
10+
runs-on: ubuntu-latest
11+
environment: production
12+
steps:
13+
- name: 'Update dependents'
14+
env:
15+
JENKINS_DEVOPS_TOKEN: ${{ secrets.JENKINS_DEVOPS_TOKEN }}
16+
run: |
17+
curl --fail 'https://ci.runtimeverification.com/jenkins/buildByToken/buildWithParameters' \
18+
--data job=Devops/master \
19+
--data token=$JENKINS_DEVOPS_TOKEN \
20+
--data UPDATE_DEPS=true \
21+
--data UPDATE_DEPS_REPO=runtimeverification/llvm-backend \
22+
--data UPDATE_DEPS_VERSION="$(git rev-parse HEAD)"

Jenkinsfile

Lines changed: 0 additions & 36 deletions
This file was deleted.

0 commit comments

Comments
 (0)