mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-27 09:25:49 +00:00
fix Jenkinsfile
This commit is contained in:
parent
ec29105d6a
commit
c6ec2e7676
1 changed files with 2 additions and 1 deletions
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
|
@ -18,7 +18,8 @@ pipeline {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
steps {
|
steps {
|
||||||
BUILD_CONTAINER_ID = "sh 'docker run -v $HOME/.m2:/root/.m2 -d petclinic-build'"
|
sh 'docker run -v $HOME/.m2:/root/.m2 -d petclinic-build > build_id'
|
||||||
|
BUILD_CONTAINER_ID = "cat build_id"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue