commit 7e1acf488bbdfc71c7a6ae9dac59320e0b34147e Author: Dany LE Date: Fri Jul 29 13:28:34 2022 +0200 add build file diff --git a/Jenkinfile b/Jenkinfile new file mode 100644 index 0000000..5a6d088 --- /dev/null +++ b/Jenkinfile @@ -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" + } +} \ No newline at end of file