Skip to content

Commit c7da50c

Browse files
fix(jenkins): use python3
1 parent 651f492 commit c7da50c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

infra/jenkins/project_job.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ freeStyleJob("Projects/${projectName}") {
7676
# Deploy to Kubernetes if whanos.yml present
7777
if [ -f whanos.yml ]; then
7878
echo "Rendering Kubernetes manifests"
79-
python /workspace/script/kube_render.py \
79+
python3 /workspace/script/kube_render.py \
8080
--image "\${IMAGE_REF}:\${IMAGE_TAG}" \
8181
--name "${projectName}" \
8282
--namespace "${k8sNamespace}" \

0 commit comments

Comments
 (0)