aboutsummaryrefslogtreecommitdiffstats
path: root/Jenkinsfile
Commit message (Collapse)AuthorAgeFilesLines
* Poll if there are any changes to buildGravatar Tom Willemse2020-10-181-0/+4
| | | | Poll once every hour every day between 10am and 3am
* Upload files to ryuslash-nextGravatar Tom Willemse2020-10-181-1/+1
|
* Use an SSH username and private key combinationGravatar Tom Willemse2020-10-101-3/+10
|
* Fix upload locationGravatar Tom Willemse2020-10-101-1/+1
| | | | | When using rrsync the directory it restricts you to becomes the base directory you see.
* Escape backslashesGravatar Tom Willemse2020-10-101-1/+1
| | | | I’m not sure how/when to escape these in declarative pipelines
* Add known hosts to the rsync commandGravatar Tom Willemse2020-10-101-2/+3
|
* Fix credentials usedGravatar Tom Willemse2020-10-101-1/+1
|
* Try using chown to fix file permissionsGravatar Tom Willemse2020-10-091-0/+4
|
* Don’t preserve stashes between runs, don’t use ↵Gravatar Tom Willemse2020-10-091-5/+1
| | | | global agent
* Use any agentGravatar Tom Willemse2020-10-091-1/+1
| | | | Perhaps it needs to run everything on an agent for stash/unstash to work?
* Preserve stashes of the latest buildGravatar Tom Willemse2020-10-091-0/+4
| | | | | This is to help me inspect them to figure out why I can’t unstash them in the other job.
* Run the Deploy step as rootGravatar Tom Willemse2020-10-091-0/+1
| | | | | | Running as the default user Jenkins uses it doesn’t seem to have access to wherever the artifacts from the previous steps get stored, so it fails to extract them. Hopefully running as root will let it access them.
* (Try to) Recursively include all files in public/Gravatar Tom Willemse2020-10-091-2/+2
|
* Don’t use any agent at allGravatar Tom Willemse2020-10-091-1/+1
| | | | The syntax for agent any was wrong and the default doesn’t really need an agent.
* Define top-level agentGravatar Tom Willemse2020-10-091-0/+2
| | | | Since all the stages define different agents, the top-level can use any agent.
* Run stages using different container imagesGravatar Tom Willemse2020-10-091-11/+31
| | | | | | | | The Build/HTML stage needs the Emacs image because it uses Emacs to convert the org files into html files. The Build/CSS stage runs in an image defined by the Dockerfile in this repository, installing just make, npm, and lessc to convert the less files into CSS files. And the Deploy step needs to upload using rsync overs ssh.
* Install Cask dependencies before makeGravatar Tom Willemse2020-10-091-0/+1
|
* Try running the Emacs container as rootGravatar Tom Willemse2020-10-091-1/+6
|
* Update the Jenkinsfile to use stepsGravatar Tom Willemse2020-10-091-5/+9
| | | | | The previous commit tried to change the Jenkinsfile to a declaractive, instead of scripted, pipeline, and this was missed.
* Try running with DockerfileGravatar Tom Willemse2020-10-091-9/+5
|
* Put output in public_html/Gravatar Tom Willemse2020-09-261-1/+1
|
* Add JenkinsfileGravatar Tom Willemse2020-09-211-0/+22