We need to get rid of that "stgloc auto". As of the last pull, this is still an issue. Job Output;
Started by user Stephen Davidson
Building remotely on DevBuild in workspace /export/home/jenkins.dev/workspace/DemoWestBuild_JanRVL
[DevJenkins_DevBuild_DemoWestBuild_JanRVL] $ /usr/atria/bin/cleartool lsview -cview -s
[INFO] computeChangeLogBeforeCheckout = false
[INFO] computeChangeLogAfterCheckout = true
[DemoWestBuild_JanRVL] $ /usr/atria/bin/cleartool lsview DevJenkins_DevBuild_DemoWestBuild_JanRVL
cleartool: Error: No matching entries found for view tag "DevJenkins_DevBuild_DemoWestBuild_JanRVL".
FATAL: Base ClearCase failed. exit code=1
[DemoWestBuild_JanRVL] $ /usr/atria/bin/cleartool mkview -snapshot -tag DevJenkins_DevBuild_DemoWestBuild_JanRVL -stgloc -auto DevJenkins_DevBuild_DemoWestBuild_JanRVL
cleartool: Error: No available Server Storage Location entries.
FATAL: Base ClearCase failed. exit code=1
java.io.IOException: cleartool did not return the expected exit code. Command line="mkview -snapshot -tag DevJenkins_DevBuild_DemoWestBuild_JanRVL <b>-stgloc -auto</b> DevJenkins_DevBuild_DemoWestBuild_JanRVL", actual exit code=1
at hudson.plugins.clearcase.HudsonClearToolLauncher.run(HudsonClearToolLauncher.java:121)
at hudson.plugins.clearcase.ClearToolExec.mkview(ClearToolExec.java:657)
at hudson.plugins.clearcase.action.SnapshotCheckoutAction.cleanAndCreateViewIfNeeded(SnapshotCheckoutAction.java:163)
at hudson.plugins.clearcase.action.BaseSnapshotCheckoutAction.checkout(BaseSnapshotCheckoutAction.java:53)
at hudson.plugins.clearcase.AbstractClearCaseScm.checkout(AbstractClearCaseScm.java:667)
at hudson.model.AbstractProject.checkout(AbstractProject.java:1325)
at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:682)
at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:88)
at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:587)
at hudson.model.Run.execute(Run.java:1543)
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46)
at hudson.model.ResourceController.execute(ResourceController.java:88)
at hudson.model.Executor.run(Executor.java:236)
Sending e-mails to: stephen.david...@one.verizon.com

Finished: FAILURE

The appropriate command line here is something along the lines of:
mkview -tag DevJenkins_DevBuild_DemoWestBuild_JanRVL -snapshot DevJenkins_DevBuild_DemoWestBuild_JanRVL
Btw, this is approximately equivalent to the IBM documented command line of;
mkview -tag dev -snapshot ~bert/my_views

Suggestions as to how to get the plugin to generate this command line please?
-Steve

This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to