diff --git a/Jenkinsfile b/Jenkinsfile index 97a873e..7712a10 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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 {