Is it possible to do git commit using jenkins dsl.I tried:
shell() - doesn't recognize git command
@library()- i have working library that does take care of git commit. It is working in jenkins pipeline job but not in dsl(throws error at first line where @libary() or library "libname" is used)
sshAgent(credentials){} - didn't work in dsl
I tried to use git plugins but there is no commit for existing plugins.