diff options
| author | Oleg Pykhalov <go.wigust@gmail.com> | 2020-05-11 12:41:29 +0300 |
|---|---|---|
| committer | Oleg Pykhalov <go.wigust@gmail.com> | 2020-05-11 12:41:29 +0300 |
| commit | 546923ba6a67dd0dd230f28c66d005b58f26f459 (patch) | |
| tree | 3423fefe4664edaa7d3628c080202ea877c2883f | |
| parent | Jenkinsfile: Wrap Ansible with ansiColor. (diff) | |
| download | ansible-cmdb-majordomo-546923ba6a67dd0dd230f28c66d005b58f26f459.tar.gz | |
Jenkinsfile: Generate reports: Set agent to guixsd.
| -rw-r--r-- | Jenkinsfile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Jenkinsfile b/Jenkinsfile index edce932..1d772be 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -22,6 +22,7 @@ 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" |
