We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f95334a commit d007201Copy full SHA for d007201
ansible/vars.yaml
@@ -1,8 +1,7 @@
1
---
2
runtime_user: "indicators"
3
jenkins_user: "jenkins"
4
-#jenkins_artifact_dir: "/var/lib/jenkins/artifacts" # TODO: Switcheroo to `artifacts` after this goes live!
5
-jenkins_artifact_dir: "/var/lib/jenkins/test-artifacts"
+jenkins_artifact_dir: "/var/lib/jenkins/artifacts"
6
indicators_runtime_dir: "/home/{{ runtime_user }}/runtime"
7
package: "{{ indicator }}.tar.gz" # {{ indicator }} is passed in from the Jenkins shell script wrapper.
8
python_version: "3.8.2"
0 commit comments