add build file
This commit is contained in:
commit
7e1acf488b
7
Jenkinfile
Normal file
7
Jenkinfile
Normal 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"
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user