Skip to content

Commit 68fab05

Browse files
committed
switch to orca 8
1 parent 84cad11 commit 68fab05

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

ci/Jenkinsfile

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,12 @@ withSplunkWrapNode("master") {
2424
splunkRunScript request:dockerReq,
2525
script:
2626
"""
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
2928
cd ci
3029
3130
# 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
3633
splunk_orca create --sc nozzle
3734
""";
3835
}

0 commit comments

Comments
 (0)