ipfs-inactive / dev-team-enablement

[ARCHIVED] Dev Team Enablement Working Group
3 stars 1 forks source link

Allow website jobs to choose hugo version #42

Open victorb opened 6 years ago

victorb commented 6 years ago

From https://github.com/ipfs/docs/pull/68#issuecomment-394034252

Currently, websites using jenkins to deploy to ipfs cannot chose which hugo version to use.

What we want to enable, is that the website() function in the ipfs/jenkins-libs repository, should accept a hugo_version argument, where projects can specify exactly which hugo version to use.

For this to work, we should tag our ci-websites image with the version from hugo, build and push those to Docker Hub.