Skip to content
This repository has been archived by the owner on Sep 3, 2024. It is now read-only.

Commit

Permalink
chore: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
ndr-brt committed Apr 13, 2023
1 parent ed89b77 commit 836bccc
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 156 deletions.
8 changes: 0 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,6 @@
This repository contains the Jenkins Pipelines used for the EDC CI:
https://ci.eclipse.org/edc/

## [github-action](./github-action.groovy)
Starts a GitHub action workflow and waits for its completion.

Variables:
- `OWNER`: the organization name
- `REPO`: the repository name
- `WORKFLOW`: the workflow to be launched

## [nightly.groovy](./nightly.groovy)
Builds and publish all the components every night.

Expand Down
35 changes: 0 additions & 35 deletions github-action.groovy

This file was deleted.

2 changes: 1 addition & 1 deletion scripts/github_action.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ elif [ "$#" -eq 5 ]; then
PARAMS=(-u "$USER":"$PWD" -H "Accept: application/vnd.github.v3+json")

else
echo "Usage: start_build.sh OWNER REPO WORKFLOW USER [PWD]"
echo "Usage: github_action.sh OWNER REPO WORKFLOW USER [PWD]"
echo "OWNER = the owner/org of the github repo"
echo "REPO = the name of the github repo"
echo "WORKFLOW = the name of the workflow file to run, or its ID"
Expand Down
33 changes: 0 additions & 33 deletions scripts/start_build.sh

This file was deleted.

35 changes: 0 additions & 35 deletions scripts/wait_job_completed.sh

This file was deleted.

44 changes: 0 additions & 44 deletions scripts/wait_job_created.sh

This file was deleted.

0 comments on commit 836bccc

Please sign in to comment.