This issue is archived. You can view it, but you can't modify it. Learn more

ExportXMLWordPrintable

      Checking out of a wrong SVN URI throws and svn exception but the stage finishes "Success" the first time the pipeline is built. Next build, the exception is thrown again and now the stage finishes "Failure". Next build, again the exception is thrown but now the stage finishes "Success" ... next time "Failure"... and so on and so forth.

      To reproduce the bug, try the following pipeline and build it several times. The Repo URI has an deliberate error on the last folder, so it should fail allways:

      ''''
      pipeline {
      agent any
      stages {

      stage("Checkout SVN Folder"){
      steps

      { checkout([$class: 'SubversionSCM', additionalCredentials: [], excludedCommitMessages: '', excludedRegions: '', excludedRevprop: '', excludedUsers: '', filterChangelog: false, ignoreDirPropChanges: false, includedRegions: '', locations: [[cancelProcessOnExternalsFail: true, credentialsId: '', depthOption: 'infinity', ignoreExternalsOption: true, local: 'folder/styles', remote: 'http://svn.apache.org/repos/asf/xml/stylebook/trunk/rstiiiles']], quietOperation: true, workspaceUpdater: [$class: 'UpdateUpdater']]) }

      }
      }
      }
      ''''

            Assignee:
            Unassigned
            Reporter:
            Joaquƭn CaƱadas
            Archiver:
            Jenkins Service Account

              Created:
              Updated:
              Archived: