mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-27 01:45:49 +00:00
added maven java
This commit is contained in:
parent
4fa6ebbe0c
commit
8d940b2b7b
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ pipeline {
|
||||||
branch: 'develop'
|
branch: 'develop'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stages('build') {
|
stage('build') {
|
||||||
steps {
|
steps {
|
||||||
sh 'export PATH="/usr/lib/jvm/java-1.17.0-openjdk-amd64/bin:$PATH"'
|
sh 'export PATH="/usr/lib/jvm/java-1.17.0-openjdk-amd64/bin:$PATH"'
|
||||||
sh 'export PATH="/opt/maven/bin:$PATH"'
|
sh 'export PATH="/opt/maven/bin:$PATH"'
|
||||||
|
|
Loading…
Reference in a new issue