deis / jenkins-jobs

DSL representations of Jenkins jobs for Deis
MIT License
27 stars 18 forks source link

create build-workflow-cli-installer-darwin and build-workflow-cli-installer-linux jobs #37

Open bacongobbler opened 8 years ago

bacongobbler commented 8 years ago

This way we can start a job which will create self-installing packages, much like what we did for the deis v1 client and deisctl release process. Alternatively, if we can just copy over the existing jobs and change the repository target then we're golden.

See https://ci.deis.io/job/build-deis-cli-installer-darwin/ See https://ci.deis.io/job/build-deis-cli-installer-linux/

sgoings commented 8 years ago

Do we actually need it to be two jobs?

bacongobbler commented 8 years ago

If we can do it in one job then that works for me. IIRC the jobs needed to be separated so each one could run on the specific OS' machine (OSX slave for installer-darwin and ubuntu for installer-linux).

Cryptophobia commented 6 years ago

This issue was moved to teamhephy/jenkins-jobs#27