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 df0b0b1 commit 5c67c26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ pipeline {
// Tag the commit with the build number
sh "git tag -a build_${buildNumber} -m 'Build ${buildNumber}' ${commitHash}"
// Push the tag to the remote repository
sh "git push origin \":white_check_mark:build_${buildNumber}\""
sh "git push origin \":white_check_mark: build_${buildNumber}\""
}
}
}
Expand Down

0 comments on commit 5c67c26

Please sign in to comment.