summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOleg Pykhalov <go.wigust@gmail.com>2021-04-23 18:05:38 +0300
committerOleg Pykhalov <go.wigust@gmail.com>2021-04-23 18:05:38 +0300
commit291cd4b776e8deb0ea57773b162669696a71bc2d (patch)
treec5aba4eb442a0c8f6783bb33316237e6b73c6af7
parentJenkinsfile: Set ANSIBLE_FORCE_COLOR environment to True. (diff)
downloadansible-cmdb-majordomo-291cd4b776e8deb0ea57773b162669696a71bc2d.tar.gz
Jenkinsfile: Comment Generate reports stage.
-rw-r--r--Jenkinsfile17
1 files changed, 9 insertions, 8 deletions
diff --git a/Jenkinsfile b/Jenkinsfile
index f1913ca..d6b64ca 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -22,13 +22,14 @@ pipeline {
}
}
}
- stage("Generate reports") {
- agent { label "guixsd" }
- steps {
- dir("/home/oleg/ansible-out") {
- sh "env PATH=/home/oleg/bin:$PATH /home/oleg/.local/bin/ansible-cmdb -t html_fancy_split -p local_js=1 /home/oleg/ansible-out/out"
- }
- }
- }
+ // TODO: Fix Generate reports stage
+ // stage("Generate reports") {
+ // agent { label "guixsd" }
+ // steps {
+ // dir("/home/oleg/ansible-out") {
+ // sh "env PATH=/home/oleg/bin:$PATH /home/oleg/.local/bin/ansible-cmdb -t html_fancy_split -p local_js=1 /home/oleg/ansible-out/out"
+ // }
+ // }
+ // }
}
}