Removed unused python post commit script
This commit is contained in:
parent
63ec20d9f1
commit
a27f4975ca
|
@ -1,13 +0,0 @@
|
|||
#!/usr/bin/python
|
||||
#
|
||||
# ./postCommitBuildTrigger.py http://bamoo.atlassian.com/bamboo/ myBuildName
|
||||
|
||||
import sys
|
||||
import urllib;
|
||||
|
||||
baseUrl = sys.argv[1]
|
||||
buildKey = sys.argv[2]
|
||||
|
||||
remoteCall = baseUrl + "/api/rest/updateAndBuild.action?buildKey=" + buildKey
|
||||
fileHandle = urllib.urlopen(remoteCall)
|
||||
fileHandle.close()
|
Loading…
Reference in New Issue