I understand that Bitbucket discontinues the App Passwords. We are using App Passwords for cloning repos in Jenkins jobs.
Until now, I have tested API Tokens, Scoped API Tokens, Repo Access Tokens and nothing is working as expected. What is the suggested way to setup credentials to a Git repo in Jenkins now?
We do not only need to clone the repo but sometimes also push changes to it. I do not want to include any kind of secret token in my pom.xml. How is that working now?