Compare commits

..

1 Commits

Author SHA1 Message Date
Dustin 5d4206e1a2 wip: ci: Build in Kubernetes
dustin/dustin.web/pipeline/pr-master This commit looks good Details
2022-12-02 22:01:59 -06:00
2 changed files with 5 additions and 0 deletions

4
ci/Jenkinsfile vendored
View File

@ -11,6 +11,10 @@ pipeline {
disableConcurrentBuilds()
}
environment {
HOME = "${env.WORKSPACE}"
}
stages {
stage('Build') {

View File

@ -1,3 +1,4 @@
python3 -m pip install --user ruamel.yaml
python3 /dev/fd/3 < songquotes.yml > public/songquotes.json 3<<EOF
from ruamel.yaml import safe_load as load
from json import dump