Volume issue with kubernetes plugin in declarative way (1.6.0 and 1.9.2)

2018-08-24 Thread Tristan FAURE
Hello in my jenkins configuration admin GUI I have this volume definition : Volumes - Claim Name = nfsdata Read Only = true Mount path = /etc/ssl/certs In scripted pipeline everything works perfectly In declarative pipeline : pipeline { agent { kubernetes { label "${jedi}" yaml """ spec: cont

Re: Volume issue with kubernetes plugin in declarative way (1.6.0 and 1.9.2)

2018-08-24 Thread Carlos Sanchez
On Fri, Aug 24, 2018 at 10:42 AM Tristan FAURE wrote: > Hello > > in my jenkins configuration admin GUI I have this volume definition : > > Volumes > - Claim Name = nfsdata > Read Only = true > Mount path = /etc/ssl/certs > > In scripted pipeline everything works perfectly > > In declarative pipe

Re: Volume issue with kubernetes plugin in declarative way (1.6.0 and 1.9.2)

2018-08-24 Thread Tristan FAURE
Le ven. 24 août 2018 à 11:09, Carlos Sanchez a écrit : > > > On Fri, Aug 24, 2018 at 10:42 AM Tristan FAURE > wrote: > >> Hello >> >> in my jenkins configuration admin GUI I have this volume definition : >> >> Volumes >> - Claim Name = nfsdata >> Read Only = true >> Mount path = /etc/ssl/certs >

Re: Volume issue with kubernetes plugin in declarative way (1.6.0 and 1.9.2)

2018-08-24 Thread Carlos Sanchez
On Fri, Aug 24, 2018 at 11:14 AM Tristan FAURE wrote: > > > Le ven. 24 août 2018 à 11:09, Carlos Sanchez a écrit : > >> >> >> On Fri, Aug 24, 2018 at 10:42 AM Tristan FAURE >> wrote: >> >>> Hello >>> >>> in my jenkins configuration admin GUI I have this volume definition : >>> >>> Volumes >>> -

Re: Volume issue with kubernetes plugin in declarative way (1.6.0 and 1.9.2)

2018-08-24 Thread Tristan FAURE
OK it makes sense, thank you for the answer Le ven. 24 août 2018 à 11:20, Carlos Sanchez a écrit : > > > On Fri, Aug 24, 2018 at 11:14 AM Tristan FAURE > wrote: > >> >> >> Le ven. 24 août 2018 à 11:09, Carlos Sanchez a >> écrit : >> >>> >>> >>> On Fri, Aug 24, 2018 at 10:42 AM Tristan FAURE >