xt4k

Untitled

Oct 11th, 2021
35
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.50 KB | None | 0 0
  1. 18:48:18 + java -DprojectName=****-APP_2021.xy_example-93 -Denv=org.****ci.plugins.workflow.cps.EnvActionImpl@7645defa -DreportLink=http://13.74.154.184:8080/job/APP_2021.xy_example/93/ -Dcomm=Any comment here -Dconfig.file=/var/lib/****/workspace/APP_2021.xy_example/allure-notification/allure-notif.json -jar allure-notifications-3.1.2.jar
  2. 18:48:18 U****ge: java [-options] class [args...]
  3. 18:48:18 (to execute a class)
  4. 18:48:18 or java [-options] -jar jarfile [args...]
  5. 18:48:18 (to execute a jar file)
  6. 18:48:18 where options include:
  7. 18:48:18 -d32 use a 32-bit data model if available
  8. 18:48:18 -d64 use a 64-bit data model if available
  9. 18:48:18 -server to select the "server" VM
  10. 18:48:18 -zero to select the "zero" VM
  11. 18:48:18 -dcevm to select the "dcevm" VM
  12. 18:48:18 The default VM is server,
  13. 18:48:18 because you are running on a server-class machine.
  14. 18:48:18
  15. 18:48:18
  16. 18:48:18 -cp <class search path of directories and zip/jar files>
  17. 18:48:18 -classpath <class search path of directories and zip/jar files>
  18. 18:48:18 A : separated list of directories, JAR archives,
  19. 18:48:18 and ZIP archives to search for class files.
  20. 18:48:18 -D<name>=<value>
  21. 18:48:18 set a system property
  22. 18:48:18 -verbose:[class|gc|jni]
  23. 18:48:18 enable verbose output
  24. 18:48:18 -version print product version and exit
  25. 18:48:18 -version:<value>
  26. 18:48:18 Warning: this feature is deprecated and will be removed
  27. 18:48:18 in a future release.
  28. 18:48:18 require the specified version to run
  29. 18:48:18 -showversion print product version and continue
  30. 18:48:18 -jre-restrict-search | -no-jre-restrict-search
  31. 18:48:18 Warning: this feature is deprecated and will be removed
  32. 18:48:18 in a future release.
  33. 18:48:18 include/exclude user private JREs in the version search
  34. 18:48:18 -? -help print this help mes****ge
  35. 18:48:18 -X print help on non-standard options
  36. 18:48:18 -ea[:<packagename>...|:<classname>]
  37. 18:48:18 -enableassertions[:<packagename>...|:<classname>]
  38. 18:48:18 enable assertions with specified granularity
  39. 18:48:18 -da[:<packagename>...|:<classname>]
  40. 18:48:18 -di****bleassertions[:<packagename>...|:<classname>]
  41. 18:48:18 di****ble assertions with specified granularity
  42. 18:48:18 -e**** | -enablesystemassertions
  43. 18:48:18 enable system assertions
  44. 18:48:18 -d**** | -di****blesystemassertions
  45. 18:48:18 di****ble system assertions
  46. 18:48:18 -agentlib:<libname>[=<options>]
  47. 18:48:18 load native agent library <libname>, e.g. -agentlib:hprof
  48. 18:48:18 see also, -agentlib:jdwp=help and -agentlib:hprof=help
  49. 18:48:18 -agentpath:<pathname>[=<options>]
  50. 18:48:18 load native agent library by full pathname
  51. 18:48:18 -javaagent:<jarpath>[=<options>]
  52. 18:48:18 load Java programming language agent, see java.lang.instrument
  53. 18:48:18 -splash:<imagepath>
  54. 18:48:18 show splash screen with specified image
  55. 18:48:18 See http://www.oracle.com/technetwork/java/javase/documentation/index.html for more details.
  56. [Pipeline] }
  57. [Pipeline] // script
  58. Error when executing always post condition:
  59. hudson.AbortException: script returned exit code 1
  60. at org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.handleExit(DurableTaskStep.java:659)
  61. at org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.check(DurableTaskStep.java:605)
  62. at org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.run(DurableTaskStep.java:549)
  63. at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
  64. at java.util.concurrent.FutureTask.run(FutureTask.java:266)
  65. at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)
  66. at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
  67. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  68. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  69. at java.lang.Thread.run(Thread.java:748)
Advertisement
Add Comment
Please, Sign In to add comment