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') { stage('Build') {
steps { steps {
sh 'mvn clean package -DskipTests' sh 'mvn clean package -DskipTests'
} }
/*
post { post {
always { always {
archiveArtifacts artifacts: 'target/*.jar', allowEmptyArchive: true archiveArtifacts artifacts: 'target/*.jar', allowEmptyArchive: true