-
-
Save cowboyd/1364796 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Sets the repository URL based on the given repository. | |
# Valid uses: | |
# * uses_repository :github => 'me/my-plugin' | |
# * uses_repository :github => 'my-plugin' -- Implies hosting under the | |
# jenkinsci organization. | |
# * uses_repository :git => 'https://code.google.com/p/my-plugin' | |
# * uses_repository :svn => 'https://svn.jenkins-ci.org/trunk/hudson/plugins/my-plugin' | |
def uses_repository(opts) | |
#impl | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment