Results 17 comments of y0zg

Here we go :) Does anyone know what is the proper fix for this error? @ocranbillions, @Ravindrakumara

Noticed that alias creation could help, but logtrail.json becomes a bit huge as I need to copy-paste all values ;) ``` curl -XPOST -u elastic:changeme 'localhost:9200/_aliases' -H 'Content-Type: application/json' -d'...

any update on this feature please?

Is configuration reloading the only option https://github.com/jenkinsci/configuration-as-code-plugin/blob/master/docs/features/configurationReload.md ? Would this feature be delivered, any plans?

This option doesn't work for me so far, if I set some specific settings in job (jobs checkbox settings) and reload jenkins, those checkbox settings would be flushed. Any idea...

And the problem is that I cannot download current config via CASC for pipelines, it's applicable only for jenkins general settings

@jetersen It's possible to create jenkins jobs via DSL using this reference https://jenkinsci.github.io/job-dsl-plugin/#path/pipelineJob-authorization but I see it's still a problem to keep the last state of jobs which use shared...

Thanks, @jetersen ! Yes, I use such example https://github.com/jenkinsci/configuration-as-code-plugin/blob/master/demos/jobs/pipeline.yaml for jobs with CASC and it works well during initial jenkins start. I have all the jobs created. The problem comes...

There are some references regarding shared library behaviour. CASC plugin usage might require to run such jobs once again after each jenkins restart, but I have to test it https://www.jenkins.io/doc/book/pipeline/shared-libraries/...

> I got it to work by installing packages not-exactly-globally. > > You install npm packages to the user's home directory, e.g. by following [these instructions](https://github.com/sindresorhus/guides/blob/main/npm-global-without-sudo.md). > > I have...