Check what is In those contents. There are @lib and @tmp folders that also
get created for checked out libraries.
On Fri, Sep 18, 2020 at 23:35 Gajanan Mahajan
wrote:
> I've a Jenkins pipeline with name say `TestPipeline` when build is
> triggered workspace with name `TestPipeline@2` is created
I've a Jenkins pipeline with name say `TestPipeline` when build is
triggered workspace with name `TestPipeline@2` is created even though there
is not other build running on that node and hence there is no directory
with name `TestPipeline`
I'm new to Jenkins. As far as I know `TestPipeline@2` w
Venkatesh,
That was it. Thanks.
Chris
On Friday, September 18, 2020 at 3:52:01 PM UTC-4 zil...@gmail.com wrote:
> Oh, let me try that. Thanks
>
> On Friday, September 18, 2020 at 2:51:47 AM UTC-4 venh...@gmail.com wrote:
>
>> Hi,
>>
>> Even if you are importing the namespace, use the full name
https://stackoverflow.com/questions/15619921/an-attempt-was-made-to-access-a-socket-in-a-way-forbidden-by-its-access-permissi
overs specific suggestions
On Fri, Sep 18, 2020 at 1:55 PM Skip Kleckner wrote:
> On the port selection step I get this error:
> An attempt was made to access a socket in
On the port selection step I get this error:
An attempt was made to access a socket in a way forbidden by its access
permissions
I have turned off my firewall and I still get this. Does anyone know how to
fix? Or is there a workaround?
--
You received this message because you are subscribed
Oh, let me try that. Thanks
On Friday, September 18, 2020 at 2:51:47 AM UTC-4 venh...@gmail.com wrote:
> Hi,
>
> Even if you are importing the namespace, use the full name for the class
> and try. For example,
>
> com.company.deployment.common.MyClass obj = new
> com.company.deployment.common.M