commented unnecesary part

This commit is contained in:
TomPGrid 2025-02-28 09:19:45 +01:00
parent 1ef7f8a7d9
commit ef30b7e563

2
Jenkinsfile vendored
View file

@ -15,11 +15,11 @@ pipeline {
}
}
}
/*
stage('Build') {
steps {
sh 'mvn clean package -DskipTests'
}
/*
post {
always {
archiveArtifacts artifacts: 'target/*.jar', allowEmptyArchive: true