mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-25 00:25:50 +00:00
file
This commit is contained in:
parent
40bfc20fe8
commit
42983bedee
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -34,7 +34,7 @@ pipeline {
|
|||
stage('build') {
|
||||
steps {
|
||||
script {
|
||||
withCredentials([usernameColonPassword(credentialsId: 'ngx', variable: 'ROOT_CERT')]) {
|
||||
withCredentials([file(credentialsId: 'ngx', variable: 'ROOT_CERT')]) {
|
||||
docker.image('maven:3.8.1-jdk-8').inside("--network=jenkins_default") {
|
||||
sh 'cp $ROOT_CERT /usr/local/share/ca-certificates/ && update-ca-certificates'
|
||||
sh 'mvn -B clean package'
|
||||
|
|
Loading…
Reference in a new issue