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