Reconsolidate images, update paths
This commit is contained in:
parent
036a795cc7
commit
3578103515
165 changed files with 70 additions and 71 deletions
|
@ -32,7 +32,7 @@ As we don’t need any write access back to the repo, using the HTTP URL rather
|
|||
|
||||
Also, as I knew that I’d be working a lot with feature branches, I entered `*/master` as the only branch to build. This meant that pushing changes or making edits on any other branches would not trigger a build.
|
||||
|
||||

|
||||

|
||||
|
||||
I also checked the **Poll SCM** option so that Jenkins would be routinely checking for updated code. This essentially uses the same syntax as cron, specifying minutes, hours etc. I entered `* * * * *` so that Jenkins would poll each minute, knowing that I could make this less frequent if needed.
|
||||
|
||||
|
@ -92,7 +92,7 @@ After originally thinking that I'd have to split the build steps into a separate
|
|||
|
||||
I set this to `@daily` (the same `H H * * *` - `H` is a Jenkins thing), so that the build would be triggered automatically each day without a commit, and deploy any updates to the site.
|
||||
|
||||

|
||||

|
||||
|
||||
## Next Steps
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue