Re: job migration issues

2021-03-22 Thread David Maul
I created another VM, identical in configuration *EXCEPT this time I installed jenkins directly onto the Centos 8 OS*. In my first VM, it was installed as a podman container. This is the only difference I can see. Anyone that can explain why it would work outside a container differently than

Re: job migration issues

2021-03-22 Thread David Maul
Thanks. I have verified that all plugins *referred to by the XML* are present, and of the same version. But I do think it is something like this, perhaps some other system-level configuration that differs. I will keep searching. Thanks for the ideas so far. On Sunday, March 21, 2021 at 6:31:

Re: job migration issues

2021-03-21 Thread 'Fritz Elfert' via Jenkins Users
Most likely, you have some plugins missing on the destination jenkins. To find out, if some build step is provided by a plugin, on the old jenkins, open the job configuration, find the step that is missing on the destination and click on the help button at the right side (hopefully it has one).

Re: job migration issues

2021-03-19 Thread Čamo
What about paths to working directory in job settings? Dátum: piatok 19. marca 2021, čas: 22:38:29 UTC+1, odosielateľ: dma...@gmail.com > thanks. I am able to import the job (either way), but all of the build > steps INSIDE the job are missing. Makes no sense. > > On Friday, March 19, 2021

Re: job migration issues

2021-03-19 Thread David Maul
thanks. I am able to import the job (either way), but all of the build steps INSIDE the job are missing. Makes no sense. On Friday, March 19, 2021 at 3:45:21 PM UTC-4 vladimi...@gmail.com wrote: > I made a migration today but not via import plugin but via copy past jobs > directory. And my p

Re: job migration issues

2021-03-19 Thread Čamo
I made a migration today but not via import plugin but via copy past jobs directory. And my problem was in the permissions. There was wrong owner in my jobs directory. I dont know if this is also the import plugin problem but may be some other file was copy pasted manually. Dátum: piatok 19. m

Re: job migration issues

2021-03-19 Thread David Maul
I have also tried directly placing the config.xml file from the source computer into the destination computer's jobs/ tree. The build steps are still NOT showing up in the Jankins UI. Very curious. On Friday, March 19, 2021 at 9:52:32 AM UTC-4 David Maul wrote: > I am retiring an old jenk

job migration issues

2021-03-19 Thread David Maul
I am retiring an old jenkins server (Win Server 2008 R2) in favor of a new one on Centos. I am using the jenkins CLI (get-job from source, create-job on destination), as I have done many times before, but: build steps are being ignored in the "destination" job, despite them being clearly presen