Jenkins Unicode icons

Unicode icons list:

“\u2776” = ❶
“\u27A1” = ➡
“\u2756” = ❖
“\u273F” = ✿
“\u2795” = ➕

“\u2713” = ✓
“\u2705” = ✅
“\u274E” = ❎
“\u2717” = ✗
“\u274C” = ❌

“\u2600” = ☀
“\u2601” = ☁
“\u2622” = ☢
“\u2623” = ☣
“\u2639” = ☹
“\u263A” = ☺

Example :
make stage name to a icon, or command message

1
2
3
4
5
6
7
8
9
10
11
12
//declarative pipeline
...
stages {
stage('\u270A RAISED FIST'){
steps{
script{
echo "This is Stage One"
currentBuild.displayName = "${env.BUILD_NUMBER} -> ${env.GIT_BRANCH}"
}
}
}
...

1
2
echo '\u273F Verify' //u2700
echo '\u2620 kulou' //u2600

More Ref:

Donate
  • Copyright: Copyright is owned by the author. For commercial reprints, please contact the author for authorization. For non-commercial reprints, please indicate the source.
  • Copyrights © 2019-2024 John Doe
  • Visitors: | Views:

请我喝杯咖啡吧~