Metadata-Version: 2.1
Name: jenkins-validate
Version: 0.0.4
Summary: An auto validate package about jenkins
Home-page: https://github.corp.ebay.com/UFES-dev/ufes-tess-validator
Author: emmawang
Author-email: xuenwang@ebay.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown

# ufes-tess-validator
The repository for performing automatic validation for tess upgrades of UFES clusters

## jenkins_validate 
The package is used to trigger a validator job in jenkins(http://10.148.183.183:8080/  may be other server IP), after building finished,it can also download artifacts.

## how to use it
### install packages
```
   pip install jenkinsapi
   pip install jenkins-validate==0.0.4
```
### put the follow commands into a python script:
```import jenkins_validate
   from jenkins_validate import auto_validator
   auto_validator.jenkins_validate(param1,param2,param3,...)   
   #input the parameters,"clustername","web_type","jenkins_server" and "localpath_to_artifact_dir" are the Required parameters 
```
### then run the python script.



