concurrency on a stage is deprecated in Scripted Pipeline and not an available feature at all for Declarative Pipeline. What are you trying to accomplish? The milestone step may be what you're looking for.
milestone step doesn't create concurrency it aborts older runs when a newer run has already passed it. You would want to use the lock step from the "Lockable Resources Plugin".