teamhephy / jenkins-jobs

MIT License
0 stars 3 forks source link

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

Open Cryptophobia opened 6 years ago

Cryptophobia commented 6 years ago

From @bacongobbler on April 7, 2016 20:2

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/

Copied from original issue: deis/jenkins-jobs#37

Cryptophobia commented 6 years ago

From @sgoings on April 7, 2016 20:35

Do we actually need it to be two jobs?

Cryptophobia commented 6 years ago

From @bacongobbler on April 7, 2016 20:36

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).