This repository has been archived by the owner on Jan 29, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 99
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Simplify this script Before it was using the jenkins-jobs internal API to get the list of jobs. It also supported multiple ways of fetching the list of jobs to compare it with. All this complexity has been removed. Now the list of jobs is read from STDIN and it always uses the CentOS CI Jenkins as the list of jobs to compare it with. * Improve the PR check - USE_LOCAL to run the PR job in the same folder and NOT remove the temp files. - Support overriding of the Jenkins Jobs path. - Improved way to handle removing the temp files (using a trap). - Make sure the admin list is in alphabetical order. - Use the newly simplified jenkins-jobs-diff.py * sort the admin list * Remove alphabetical check since we will move to org auth * Revert "sort the admin list" This reverts commit 584a7c0. * do not hardcode path * typo * cannot use quotes in this case
- Loading branch information
Showing
2 changed files
with
31 additions
and
73 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters