appreciate the help Scott, but no advanced button, I simply dont get this at all.
On Tue, Apr 22, 2014 at 11:01 AM, Scott Evans <[email protected]> wrote: > I don't have the plugin installed, but check to see if there's an > "Advanced" button which has additional configuration options that may be > hiding additional configuration options that may have this view storage > value set. We've been bitten before by the "advanced" section for other > things in Jenkins that's hidden by default, causing mis-configurations. > > There also may be some help at the plugin's page at: > https://wiki.jenkins-ci.org/display/JENKINS/ClearCase+Plugin > > Scott > > > On Tue, Apr 22, 2014 at 9:52 AM, Chanda Norton <[email protected]>wrote: > >> I am, and this confuses me. I dont understand why? I"m clearly typing >> the correct path. Maybe I should create the storage path local to the >> workspace? >> >> >> On Tue, Apr 22, 2014 at 9:25 AM, Scott Evans <[email protected]> wrote: >> >>> Chanda, >>> >>> I don't use the CC plugin, but it looks like the call it's doing to try >>> and create your local view is failing on the view storage directory path >>> format. In your log, it looks like there's "null" that's getting put in, >>> where a UNC-style path likely should be. I assume you're already familiar >>> with CC and view storage directory requirements. >>> >>> Scott >>> >>> >>> On Tue, Apr 22, 2014 at 8:19 AM, Chanda Norton >>> <[email protected]>wrote: >>> >>>> I receive this error. >>>> >>>> Started by user anonymous <http://localhost:8080/user/null> >>>> Building remotely on Slave <http://localhost:8080/computer/Slave> in >>>> workspace c:\jenkins\workspace\test2 >>>> [_lexdev2_ClearCase_Stg_VIEW_TSGDEV_cnorton_niyah_view.vws] $ cleartool >>>> lsview -cview -s >>>> [INFO] computeChangeLogBeforeCheckout = false >>>> [INFO] computeChangeLogAfterCheckout = true >>>> [test2] $ cleartool lsview Niyah.vws >>>> cleartool: Error: No matching entries found for view tag "Niyah.vws". >>>> >>>> FATAL: Base ClearCase failed. exit code=1 >>>> [test2] $ cleartool mkview -snapshot -tag Niyah.vws -vws >>>> null\Niyah.vws.vws >>>> _lexdev2_ClearCase_Stg_VIEW_TSGDEV_cnorton_niyah_view.vws >>>> cleartool: Error: storage directory must be in UNC style (e.g. >>>> \\host\share\...) >>>> >>>> FATAL: Base ClearCase failed. exit code=1java.io.IOException >>>> <http://stacktrace.jenkins-ci.org/search?query=java.io.IOException>: >>>> cleartool did not return the expected exit code. Command line="mkview >>>> -snapshot -tag Niyah.vws -vws null\Niyah.vws.vws >>>> _lexdev2_ClearCase_Stg_VIEW_TSGDEV_cnorton_niyah_view.vws", actual exit >>>> code=1 >>>> >>>> >>>> I have been trying to get this work for months...using Base Clear Case >>>> plugin.. >>>> >>>> -- >>>> You received this message because you are subscribed to the Google >>>> Groups "Jenkins Users" group. >>>> To unsubscribe from this group and stop receiving emails from it, send >>>> an email to [email protected]. >>>> >>>> For more options, visit https://groups.google.com/d/optout. >>>> >>> >>> -- >>> You received this message because you are subscribed to a topic in the >>> Google Groups "Jenkins Users" group. >>> To unsubscribe from this topic, visit >>> https://groups.google.com/d/topic/jenkinsci-users/8f4MHoraQGk/unsubscribe >>> . >>> To unsubscribe from this group and all its topics, send an email to >>> [email protected]. >>> For more options, visit https://groups.google.com/d/optout. >>> >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Jenkins Users" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected]. >> For more options, visit https://groups.google.com/d/optout. >> > > -- > You received this message because you are subscribed to a topic in the > Google Groups "Jenkins Users" group. > To unsubscribe from this topic, visit > https://groups.google.com/d/topic/jenkinsci-users/8f4MHoraQGk/unsubscribe. > To unsubscribe from this group and all its topics, send an email to > [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
