Skip to content

Commit f199c7d

Browse files
committed
We don't have the app context because we're not building
1 parent ca42a50 commit f199c7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ pipeline {
4343
script {
4444
deploymentName = homerKubernetes.getDeploymentName()
4545
replicas = homerKubernetes.getReplicaCount(cluster, namespace, deploymentName)
46-
homerKubernetes.updateDeploymentYaml(app, 'k8s/deployment.yaml')
46+
homerKubernetes.updateDeploymentYaml(null, 'k8s/deployment.yaml', full_image_name)
4747
homerKubernetes.updateReplicaCount(replicas)
4848
}
4949
}

0 commit comments

Comments
 (0)