Exit code is not being respected

I used bash script and use this command:

exit 60

But the job telling me that I have exit 1 instead of exit 60. I use docker plugging

plugins:
  - docker#v3.3.0:

Is it possible that exit code for command running in the docker plugin isn’t respected and always return 1?