mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-25 00:25:50 +00:00
removed all new lines
This commit is contained in:
parent
c9d0d20610
commit
e20288b01b
1 changed files with 0 additions and 2 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -34,8 +34,6 @@ pipeline {
|
|||
stage('build') {
|
||||
steps {
|
||||
script {
|
||||
sh 'docker container run -d maven:3.8.1-jdk-8'
|
||||
sh 'docker rename $HOSTNAME maven'
|
||||
docker.image('maven:3.8.1-jdk-8').inside {
|
||||
sh 'mvn -B clean package'
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue