This commit is contained in:
Milan Petrovic 2025-06-11 15:20:36 +02:00
parent 9ef77008cc
commit 7d7186bfa2

2
Jenkinsfile vendored
View file

@ -9,8 +9,8 @@ pipeline {
} }
stages { stages {
agent { label 'vps-agent1' }
stage('checkStyle') { stage('checkStyle') {
agent { label 'vps-agent1' }
when { not {branch 'main' }} when { not {branch 'main' }}
steps { steps {
sh './gradlew checkstyleMain' sh './gradlew checkstyleMain'