Just watched this video https://youtu.be/GJBlskiaRrI and i could tell that for example the UI changes between the two syntaxes aren’t there on the newest jenkins release. I believe a lot has changed since that video and the documentation page about it has been made. I assume that the broad difference between them still remain, but seem to be alot closer to each other nowadays than back then.
The video is about the difference between freestyle and pipeline jobs. This is still valid and the UI is very different.
Scripted and declarative are both used inside pipeline jobs. It’s just the syntax inside the script block or the Jenkinsfile that is different.
Oh sorry I updates the link in my question, the difference in UI doesn’t seem to exist anymore on Jenkins 2.452.3 when i have both a scripted pipeline and a declarative one
You would probably need to provide more details what you mean with that the UI differences aren’t there anymore.
From my experience there hasn’t changed so much in the way scripted and declarative are presented.