Skip to content

jas0nw5ng/gate-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

First Golang cli tool - API Intergration

dep install

go get -u github.com/golang/dep/cmd/dep

compile dep binary and copy to C:\Windows\system32\

dep init
dep ensure
Usage

get program version

GateAPI.exe version

query project id by name

GateAPI.exe getProjectId --ju <JIRA_USER> --jp <JIRA_PASS> --uri 192.168.100.100:1180 --gu <GATE_USER> --gp <GATE_PASS> --project <JIRA_PROJECTNAME>

POST jenkins deploy data to Gate ​

GateAPI.exe startDeploy --ju <JIRA_USER> --jp <JIRA_PASS> --uri 192.168.100.100:1180 --gu <GATE_USER> --gp <GATE_PASS> --project <JIRA_PROJECTNAME> --versionname <JIRA_VERSION_NAME> --component <DEPLOY_ITEMS> --envname <DEPLOY_ENV>

Jenkins Intergration

Windows

Set-ExecutionPolicy Remotesigned -Force
(new-object Net.WebClient).DownloadFile('http://nexus.yourcompanyname.com:8081/nexus/content/repositories/software/cm/tools/cli/GateAPI/v2.0/GateAPI-v2.0.exe','GateAPI.exe')

Linux

wget http://nexus.yourcompanyname.com:8081/nexus/content/repositories/software/cm/tools/cli/GateAPI/v2.0/GateAPI-v2.0.0 -O GateAPI
chmod 755 GateAPI
GateAPI.exe startDeploy --ju <JIRA_USER> --jp <JIRA_PASS> --uri 192.168.100.100:1180 --gu <GATE_USER> --gp <GATE_PASS> --project <JIRA_PROJECTNAME> --versionname <JIRA_VERSION_NAME> --envname <DEPLOY_ENV> --teams "ACE TAP" --stacks "XXXTradingDataServices XXXTradingServices" --services "cmQueryService cmQueryServiceDemo"

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages