File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -24,13 +24,15 @@ withSplunkWrapNode("master") {
24
24
splunkRunScript request :dockerReq,
25
25
script :
26
26
"""
27
+ pip install splunk_orca --upgrade -i https://repo.splunk.com/artifactory/api/pypi/pypi-virtual/simple
28
+ # pip install splunk_orca==0.8.0 -i https://repo.splunk.com/artifactory/api/pypi/pypi-virtual/simple
29
+ cd ci
30
+
27
31
# Workaround to use 0.8.0
28
32
sed -i"" "s/^splunk_image_version/#splunk_image_version/g" /build/.orca/orca.conf
29
33
sed -i"" "s/^splunk_ansible_version/#splunk_ansible_version/g" /build/.orca/orca.conf
30
34
cat /build/.orca/orca.conf
31
- pip install splunk_orca --upgrade -i https://repo.splunk.com/artifactory/api/pypi/pypi-virtual/simple
32
- # pip install splunk_orca==0.8.0 -i https://repo.splunk.com/artifactory/api/pypi/pypi-virtual/simple
33
- cd ci
35
+
34
36
splunk_orca create --sc nozzle
35
37
""" ;
36
38
}
You can’t perform that action at this time.
0 commit comments