Scripted vs Declerative Pipeline

Hello, I would like to hear about your preference for Scripted vs Declerative Pipelines. I have read about both but I would like to know which is preferred more and why.

Note: Consider majority of projects are Java/maven

Hello @sukur55 ,

You will find tons of articles about the differences between these two kinds of pipelines, like this one: Jenkins scripted pipeline vs declarative pipeline | DS Stream.

From my very newbie point of view, I would stay as long as possible with declarative pipelines, to keep things simple to read and maintain.
My $0.02.