Advertisement
Guest User

Untitled

a guest
Oct 10th, 2017
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.46 KB | None | 0 0
  1. node {
  2. checkout scm: [$class: 'IntegritySCM']
  3. }
  4.  
  5. java.lang.IllegalStateException: cannot call getRootUrlFromRequest from outside a request handling thread
  6. at jenkins.model.Jenkins.getRootUrlFromRequest(Jenkins.java:2366)
  7. at hudson.scm.IntegritySCM.<init>(IntegritySCM.java:113)
  8. Caused: java.lang.reflect.InvocationTargetException
  9. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  10. at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
  11. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
  12. at java.lang.reflect.Constructor.newInstance(Unknown Source)
  13. at org.jenkinsci.plugins.structs.describable.DescribableModel.instantiate(DescribableModel.java:260)
  14. Caused: java.lang.IllegalArgumentException: Could not instantiate {serverConfig=d917f329-9826-4ffa-8bbd-de68271c4abd}
  15. for IntegritySCM(browser: IntegrityRepositoryBrowser{IntegrityWebUI(url: String)}, serverConfig: String, userName: String, password: String, configPath: String, includeList: String,
  16. excludeList: String, cleanCopy: boolean, lineTerminator: String, validCheckpoint: boolean, freezeMembers: boolean, noCheckout: boolean,
  17. restoreTimestamp: boolean, skipAuthorInfo: boolean, checkpointBeforeBuild: boolean, checkpointLabel: String,
  18. alternateWorkspace: String, fetchChangedWorkspaceFiles: boolean, deleteNonMembers: boolean, checkoutThreadPoolSize: int, configurationName: String)
  19.  
  20. checkout scm: [$class: 'MercurialSCM', 'source': '....', clean: true...]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement