mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-17 21:15:50 +00:00
remove tool
This commit is contained in:
parent
faf1094bfe
commit
8c245d126c
1 changed files with 0 additions and 3 deletions
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
|
@ -5,9 +5,6 @@ pipeline {
|
||||||
label 'my-defined-label'
|
label 'my-defined-label'
|
||||||
args '-v /tmp:/tmp'
|
args '-v /tmp:/tmp'
|
||||||
}
|
}
|
||||||
tools {
|
|
||||||
maven 'Maven'
|
|
||||||
}
|
|
||||||
stages {
|
stages {
|
||||||
stage ('Build') {
|
stage ('Build') {
|
||||||
steps {
|
steps {
|
||||||
|
|
Loading…
Reference in a new issue