mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-23 00:05:50 +00:00
remove build step from jenkinsfile
This commit is contained in:
parent
c95efc5e7c
commit
0d6662e831
1 changed files with 1 additions and 6 deletions
|
@ -6,11 +6,6 @@ pipeline{
|
||||||
git 'https://github.com/dbmuse/spring-petclinic.git'
|
git 'https://github.com/dbmuse/spring-petclinic.git'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage ('Build') {
|
|
||||||
steps {
|
|
||||||
sh 'mvn clean package'
|
|
||||||
junit '**/target/surefire-reports/Test-*.xml'
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in a new issue