commented unnecesary part

This commit is contained in:
TomPGrid 2025-02-28 09:11:22 +01:00
parent 43f4a3f015
commit 1ef7f8a7d9

4
Jenkinsfile vendored
View file

@ -15,7 +15,7 @@ pipeline {
}
}
}
/*
stage('Build') {
steps {
sh 'mvn clean package -DskipTests'
@ -26,6 +26,6 @@ pipeline {
}
}
}
*/
}
}