Update Jenkinsfile

This commit is contained in:
Tom Butcher 2025-04-06 23:32:55 +01:00
parent 27c3bf16fc
commit 6310169516

4
Jenkinsfile vendored
View File

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