summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"
+ // }
+ // }
+ // }
}
}