Skip to content

Collection of scripts to help to review build artifacts through git.

License

Notifications You must be signed in to change notification settings

thinksabin/ReleaseManagementToolBox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ReleaseManagementToolBox

Known Vulnerabilities

Collection of scripts to help to review build artifacts through git. Can be integrated into CI like Jenkins. Useful for the DevOps, Development Team, QA, Release Engineer, etc.

===================================================================================

Usage for Build changes checker
python build_changes_checker.py SBX git-tag-1 git-tag-2
python build_changes_checker.py SBX branch1 branch2


Sample config.ini

[account]
user = myusername
password = mypasswd

[SBX]
project_url = http://bitbucket.mycompany.com:7990/rest/api/1.0/projects/SBX/repos?limit=50
repos_to_check = ["helloworld"]


You can add project id as new Sections eg; SBX
API tested on: Atlassian Bitbucket v4.9.1
Python 3.7

===================================================================================

Usage for branch_locker_unlocker

Lock the branch of repo
python lock_branch.py SBX SBX_branchlock.txt develop

Unlock the branch of repo
python unlock_branch.py SBX_>.unlocker

Note: .unlocker is generated by the lock_branch.py as output.

About

Collection of scripts to help to review build artifacts through git.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages