Redme.md file I just love bold text This text is is a file commonly used in software development projects to provide essential information and documentation about the project.
- Abdul Rehman red
+ if [ -z "${JENKINS_USERNAME}" ] || [ -z "${JENKINS_TOKEN}" ]; then
echo "You must set JENKINS_USERNAME and JENKINS_TOKEN environment variables."
exit 1; green
! text in orange
# text in gray
@@ text in purple (and bold)@@