Skip to content

Commit

Permalink
Merge pull request #3434 from ngladitz/svn-passwd-renderable
Browse files Browse the repository at this point in the history
Make steps.SVN's password renderable to allow for secrets interpolation
  • Loading branch information
tardyp committed Jul 13, 2017
2 parents dc113c5 + e8f6eef commit b4c99b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion master/buildbot/steps/source/svn.py
Expand Up @@ -40,7 +40,7 @@ class SVN(Source):

name = 'svn'

renderables = ['repourl']
renderables = ['repourl', 'password']
possible_methods = ('clean', 'fresh', 'clobber', 'copy', 'export', None)

def __init__(self, repourl=None, mode='incremental',
Expand Down

0 comments on commit b4c99b6

Please sign in to comment.