Skip to content
Snippets Groups Projects

Remove broken mvnw ref from Jekninsfile

1 file
+ 0
2
Compare changes
  • Side-by-side
  • Inline
+ 0
2
@@ -106,8 +106,6 @@ pipeline {
steps {
container('buildcontainer') {
readTrusted 'Makefile'
readTrusted 'mvnw'
readTrusted '.mvn/wrapper/MavenWrapperDownloader.java'
readTrusted 'pom.xml'
sh 'make compile'
stash name: "target", includes: "target/**/*"
Loading