-
Bug
-
Resolution: Fixed
-
Blocker
General Description:
When try to replay the script, it failed immediately at the very beginning.
Steps to reproduce:
- Login Jenkins and update the plugin for automation script execution.
- Configure Jenkins to add MC Server(no-SSL)
- Configure the specific job to select the added MC server in step 2
- Start this jenkins job
Expected: The script can be executed successfully
Actual: The job failed immediately at the very beginning. Please check the attached log file for details. It happened to both IE and Chrome.
Error Log:
Started by user [8mha:AAAAlh+LCAAAAAAAAP9b85aBtbiIQTGjNKU4P08vOT+vOD8nVc83PyU1x6OyILUoJzMv2y+/JJUBAhiZGBgqihhk0NSjKDWzXb3RdlLBUSYGJk8GtpzUvPSSDB8G5tKinBIGIZ+sxLJE/ZzEvHT94JKizLx0a6BxUmjGOUNodHsLgAzOEgYu/dLi1CL9vNKcHACFIKlWvwAAAA==[0manonymous
[EnvInject] - Loading node environment variables.
Building on master in workspace C:\Program Files (x86)\Jenkins\jobs\MC-Jenkins-Plugin-5.3-Replay-Native-OOA-Android\workspace
FATAL: hudson/plugins/git/GitSCM
[8mha:AAAAWB+LCAAAAAAAAP9b85aBtbiIQSmjNKU4P08vOT+vOD8nVc8DzHWtSE4tKMnMz/PLL0ldFVf2c+b/lb5MDAwVRQxSaBqcITRIIQMEMIIUFgAAckCEiWAAAAA=[0mjava.lang.NoClassDefFoundError: hudson/plugins/git/GitSCM
at com.hpe.application.automation.tools.octane.executor.CheckOutSubDirEnvContributor.getSharedCheckOutDirectory(CheckOutSubDirEnvContributor.java:50)
at com.hpe.application.automation.tools.octane.executor.CheckOutSubDirEnvContributor.buildEnvironmentFor(CheckOutSubDirEnvContributor.java:41)
at hudson.model.Job.getEnvironment(Job.java:404)
at hudson.model.AbstractProject.getEnvironment(AbstractProject.java:353)
at hudson.model.Run.getEnvironment(Run.java:2236)
at hudson.model.AbstractBuild.getEnvironment(AbstractBuild.java:922)
at com.hpe.application.automation.tools.run.RunFromFileBuilder.perform(RunFromFileBuilder.java:346)
at hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:78)
at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:779)
at hudson.model.Build$BuildExecution.build(Build.java:205)
at hudson.model.Build$BuildExecution.doRun(Build.java:162)
at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:534)
at hudson.model.Run.execute(Run.java:1720)
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
at hudson.model.ResourceController.execute(ResourceController.java:98)
at hudson.model.Executor.run(Executor.java:404)
Finished: FAILURE