Skip to content
This repository has been archived by the owner on Jun 5, 2021. It is now read-only.

Build static sites with hugo in your jenkins pipline!

License

Notifications You must be signed in to change notification settings

fliiiix/hugo-jnlp-agent

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ATTENTION

I will archive this uneless someone is still using this. If you are using this let me know (twitter or mail)!

hugo-jnlp-agent

You can find this from hub.docker.com.

Run

You can running a Jnlp-Agent use below cmd line:

sudo docker run --rm --entrypoint hugo l33tname/hugo-jnlp-agent help

Build site to output

sudo docker run --rm -v `pwd`/site:/src -v `pwd`/output:/src/public -w /src -it l33tname/hugo-jnlp-agent hugo

Kubernets Plugin

You can add this agent to your kubernetes plugin, like:

Name=jnlp
Docker image=l33tname/hugo-jnlp-agent
Command to run=
Arguments to pass to the command=${computer.jnlpmac} ${computer.name}
Allocate pseudo-TTY=false

Packages

No packages published

Languages

  • Shell 63.3%
  • Dockerfile 36.7%