File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -24,15 +24,12 @@ 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
27
+ pip install splunk_orca==0.7.5 -i https://repo.splunk.com/artifactory/api/pypi/pypi-virtual/simple
29
28
cd ci
30
29
31
30
# Workaround to use 0.8.0
32
- sed -i"" "s/^splunk_image_version = 0.7/splunk_image_version = 0.8/g" /build/.orca/orca.conf
33
- sed -i"" "s/^splunk_ansible_version/#splunk_ansible_version/g" /build/.orca/orca.conf
34
- cat /build/.orca/orca.conf
35
-
31
+ # sed -i"" "s/^splunk_image_version = 0.7/splunk_image_version = 0.8/g" /build/.orca/orca.conf
32
+ #sed -i"" "s/^splunk_ansible_version/#splunk_ansible_version/g" /build/.orca/orca.conf
36
33
splunk_orca create --sc nozzle
37
34
""" ;
38
35
}
You can’t perform that action at this time.
0 commit comments