Sha256: e5776f40f57d964fee13b47047e5e960df4176c51ecc1608d2503aeed0ed15a0

Contents?: true

Size: 320 Bytes

Versions: 1

Compression:

Stored size: 320 Bytes

Contents

dir('<%= package_dir %>') {
    <% raise "SVN credentials are not supported at the moment" if credentials %>
    <% if patch %>
    if (fileExists('.svn')) {
        sh "${autoproj} unpatch ."
    }
    <% end %>
    svn url: '<%= vcs.url %>', poll: poll
    <% if patch %>
    sh "${autoproj} patch ."
    <% end %>
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
autoproj-jenkins-0.3.2 lib/autoproj/jenkins/templates/import-svn.pipeline.erb