Skip to content

Commit 353ce05

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

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ci/Jenkinsfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ withSplunkWrapNode("master") {
2828
sed -i"" "s/^splunk_image_version/#splunk_image_version/g" /build/.orca/orca.conf
2929
sed -i"" "s/^splunk_ansible_version/#splunk_ansible_version/g" /build/.orca/orca.conf
3030
cat /build/.orca/orca.conf
31-
pip install splunk_orca==0.8.0 -i https://repo.splunk.com/artifactory/api/pypi/pypi-virtual/simple
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
3233
cd ci
3334
splunk_orca create --sc nozzle
3435
""";

0 commit comments

Comments
 (0)