Re: Why Jenkins pipeline always being executed in second directory?

2020-09-18 Thread Jan Monterrubio
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

Why Jenkins pipeline always being executed in second directory?

2020-09-18 Thread Gajanan Mahajan
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

Re: How to refer to an object in a shared library?

2020-09-18 Thread zil...@gmail.com
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

Re: During install unable to choose 8080

2020-09-18 Thread Mark Waite
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

During install unable to choose 8080

2020-09-18 Thread Skip Kleckner
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

Re: How to refer to an object in a shared library?

2020-09-18 Thread zil...@gmail.com
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