diff options
| author | Oleg Pykhalov <go.wigust@gmail.com> | 2021-04-23 18:05:38 +0300 |
|---|---|---|
| committer | Oleg Pykhalov <go.wigust@gmail.com> | 2021-04-23 18:05:38 +0300 |
| commit | 291cd4b776e8deb0ea57773b162669696a71bc2d (patch) | |
| tree | c5aba4eb442a0c8f6783bb33316237e6b73c6af7 | |
| parent | Jenkinsfile: Set ANSIBLE_FORCE_COLOR environment to True. (diff) | |
| download | ansible-cmdb-majordomo-291cd4b776e8deb0ea57773b162669696a71bc2d.tar.gz | |
Jenkinsfile: Comment Generate reports stage.
| -rw-r--r-- | Jenkinsfile | 17 |
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" + // } + // } + // } } } |
