We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd64033 commit f95334aCopy full SHA for f95334a
jenkins/build-and-package.sh
@@ -28,5 +28,4 @@ pip install .
28
cd "${WORKSPACE}" || exit
29
30
# Create .tar.gz for deployment
31
-# TODO: Switcheroo to `artifacts` after this goes live!
32
-tar -czvf "${JENKINS_HOME}/test-artifacts/${local_indicator}.tar.gz" "${local_indicator}"
+tar -czvf "${JENKINS_HOME}/artifacts/${local_indicator}.tar.gz" "${local_indicator}"
0 commit comments