this one will work

This commit is contained in:
lenape
2025-03-04 23:39:52 +00:00
parent 6d15f5ee21
commit 7fd6289d5b
2 changed files with 55 additions and 34 deletions

View File

@@ -19,10 +19,7 @@ pipeline {
stage('Push to Gitea') {
steps {
git credentialsId: 'my-gitea-credentials', url: "${env.GITEA_REPO}"
sh '''
git checkout -b master
git push origin master
'''
sh 'git push origin master'
}
}
stage('Push to Docker Hub') {