Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
assafnoahkoren committed Feb 25, 2024
1 parent 578c255 commit 13024a8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ pipeline {
sh '''
git config --global user.name "${GIT_USERNAME}"
git config --global user.password "${GIT_PASSWORD}"
git push --set-upstream origin qa
'''
// Tag the commit with the build number
sh "git tag -a build_${buildNumber} -m 'Build ${buildNumber}' ${commitHash}"
Expand Down

0 comments on commit 13024a8

Please sign in to comment.