add build file

This commit is contained in:
Dany LE 2022-07-29 13:28:34 +02:00
commit 7e1acf488b

7
Jenkinfile Normal file
View File

@ -0,0 +1,7 @@
node {
// This displays colors using the 'xterm' ansi color map.
ansiColor('xterm') {
// Just some echoes to show the ANSI color.
stage "\u001B[31mI'm Red\u001B[0m Now not"
}
}