ci: Remove Jenkins in favor of Gitlab CI

Jenkinsfile and the trigger are no longer neccessary since
we're moving all testing to Gitlab CI.
This commit is contained in:
Jakub Rusz 2021-06-29 13:56:07 +02:00 committed by jrusz
parent ace07f2656
commit 803c698f9a
2 changed files with 0 additions and 244 deletions

View file

@ -111,21 +111,3 @@ jobs:
with:
ignore_words_list: msdos
skip: ./.git,coverity,rpmbuild,samples
schutzbot:
name: "🍌 Trigger Schutzbot"
runs-on: ubuntu-latest
container:
image: docker.io/library/python:3.7
steps:
- uses: actions/checkout@v2
- name: Trigger Schutzbot
env:
EVENT_NAME: ${{ github.event_name }}
WEBHOOK_PAYLOAD: ${{ toJSON(github.event) }}
SQS_REGION: us-east-1
SQS_QUEUE_URL: "https://sqs.us-east-1.amazonaws.com/933752197999/schutzbot_webhook_sqs-staging"
run: |
#!/bin/bash
pip3 install boto3 botocore
schutzbot/send_webhook.py