Update Jenkinsfile
All checks were successful
tombutcher.work/tombutcher-ui/pipeline/head This commit looks good

This commit is contained in:
Tom Butcher 2025-04-06 23:40:53 +01:00
parent 70c8020c6e
commit 7a0346249f

4
Jenkinsfile vendored
View File

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