Compare commits

..

3 Commits

Author SHA1 Message Date
70c8020c6e Added changes
Some checks failed
tombutcher.work/tombutcher-ui/pipeline/head There was a failure building this commit
2025-04-06 23:36:35 +01:00
ecc91d4e1d Merge branch 'main' of https://git.tombutcher.work/tombutcher.work/tombutcher-ui 2025-04-06 23:36:06 +01:00
6310169516 Update Jenkinsfile 2025-04-06 23:32:55 +01:00
3 changed files with 12 additions and 5 deletions

4
Jenkinsfile vendored
View File

@ -12,6 +12,10 @@ pipeline {
nodejs 'Node23' // This should match the name of your NodeJS installation in Jenkins tools
}
triggers {
giteaPush()
}
stages {
stage('Checkout') {
steps {

View File

@ -11,7 +11,10 @@
content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no, viewport-fit=cover"
/>
<meta name="description" content="Tom Butcher's Personal Website" />
<meta
name="description"
content="Tom Butcher's Personal Website 2025"
/>
<link
rel="apple-touch-icon"
href="https://cdn.tombutcher.work/favicon/favicon192.png"

8
package-lock.json generated
View File

@ -20422,9 +20422,9 @@
}
},
"node_modules/typescript": {
"version": "5.8.3",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.8.3.tgz",
"integrity": "sha512-p1diW6TqL9L07nNxvRMM7hMMw4c5XOo/1ibL4aAIGmSAt9slTE1Xgw5KWuof2uTOvCg9BY7ZRi+GaF+7sfgPeQ==",
"version": "4.9.5",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.9.5.tgz",
"integrity": "sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==",
"license": "Apache-2.0",
"peer": true,
"bin": {
@ -20432,7 +20432,7 @@
"tsserver": "bin/tsserver"
},
"engines": {
"node": ">=14.17"
"node": ">=4.2.0"
}
},
"node_modules/ufo": {