diff options
Diffstat (limited to 'Jenkinsfile')
| -rw-r--r-- | Jenkinsfile | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/Jenkinsfile b/Jenkinsfile index 20172df..edce932 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -12,11 +12,13 @@ pipeline { stage("Fetch data") { agent { label "guixsd" } steps { - sh (["ansible", - "--limit", "'majordomo:!router-miran1.intr:!vpn-dh.majordomo.ru:!router4.intr:!deprecated'" - , "-m", "setup", - "--tree", "/home/oleg/ansible-out/out", - "majordomo"].join(" ")) + ansiColor("xterm") { + sh (["ansible", + "--limit", "'majordomo:!router-miran1.intr:!vpn-dh.majordomo.ru:!router4.intr:!deprecated'" + , "-m", "setup", + "--tree", "/home/oleg/ansible-out/out", + "majordomo"].join(" ")) + } } } stage("Generate reports") { |
