Jenkinsfile fixes

This commit is contained in:
2025-07-18 23:11:48 +01:00
parent da013ff6ce
commit 09bb22ea1a

8
Jenkinsfile vendored
View File

@@ -134,7 +134,13 @@ pipeline {
git branch: 'master',
credentialsId: 'Git',
url: 'git@git.jakecharman.co.uk:jake/jc-content.git'
sh "gsutil rsync -rd . gs://jakecharman.co.uk"
sh "gsutil rsync -rcd . gs://jakecharman.co.uk"
}
}
stage('Clear cache') {
steps{
sh "/var/lib/jenkins/clearCFCache/clearCache.py a514fb61e1413b88aabbb19df16b8508"
}
}
}