jenkins-infra / account-app

Jenkins Account Management/Sign-up App
http://accounts.jenkins.io/
7 stars 33 forks source link

fix: remove unused `updatecli` from pipelines #353

Closed lemeurherve closed 4 months ago

lemeurherve commented 4 months ago

This PR replaces parallelDockerUpdatecli by buildDockerAndPublishImage (with automaticSemanticVersioning set to true like in parallelDockerUpdatecli) to remove updatecli from pipelines in order to avoid timeout as there isn't any updatecli manifest in this repository.

Note for reviewers: I've cherry-picked this change in #351 also needed to get successful builds on ci.jenkins.io. This other PR should be privileged.

Ref:

lemeurherve commented 4 months ago

Closing as https://github.com/jenkins-infra/account-app/pull/351 has been merged.