Update Jenkinsfile

This commit is contained in:
Reuben George 2024-03-25 19:21:35 +05:30 committed by GitHub
parent 2b0fb292bd
commit 007b2c45b4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

4
Jenkinsfile vendored
View file

@ -1,5 +1,7 @@
pipeline { pipeline {
agent {mavenbuilder} agent {
label 'mavenbuilder'
}
stages { stages {
stage ('Checkstyle') { stage ('Checkstyle') {
steps { steps {