Skip to content

Commit 8b80126

Browse files
committed
switch to orca 8
1 parent 353ce05 commit 8b80126

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

ci/Jenkinsfile

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,15 @@ 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
29+
cd ci
30+
2731
# Workaround to use 0.8.0
2832
sed -i"" "s/^splunk_image_version/#splunk_image_version/g" /build/.orca/orca.conf
2933
sed -i"" "s/^splunk_ansible_version/#splunk_ansible_version/g" /build/.orca/orca.conf
3034
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+
3436
splunk_orca create --sc nozzle
3537
""";
3638
}

0 commit comments

Comments
 (0)