mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 17:09:03 +00:00
Merge pull request #6619 from cvrebert/patch-1
tests/jenkins.py: fix URL; minor copyedits
This commit is contained in:
commit
165de0bf8f
@ -1,9 +1,9 @@
|
|||||||
#!/usr/bin/env python
|
#!/usr/bin/env python
|
||||||
'''
|
'''
|
||||||
This script is used to test salt from a jenkins server, specifically
|
This script is used to test Salt from a Jenkins server, specifically
|
||||||
jenkins.satstack.com.
|
jenkins.saltstack.com.
|
||||||
|
|
||||||
This script is intended to be shell centric!!
|
This script is intended to be shell-centric!!
|
||||||
'''
|
'''
|
||||||
|
|
||||||
# Import python libs
|
# Import python libs
|
||||||
@ -53,7 +53,7 @@ def run(platform, provider, commit, clean):
|
|||||||
|
|
||||||
def parse():
|
def parse():
|
||||||
'''
|
'''
|
||||||
Parse the cli options
|
Parse the CLI options
|
||||||
'''
|
'''
|
||||||
parser = optparse.OptionParser()
|
parser = optparse.OptionParser()
|
||||||
parser.add_option('--platform',
|
parser.add_option('--platform',
|
||||||
|
Loading…
Reference in New Issue
Block a user