Skip to content

Commit 4ffc403

Browse files
committed
fixing maven settings.xml
1 parent 4ddf0d0 commit 4ffc403

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

integration-tests/alias-test/Jenkinsfile.generate-child

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ pipeline {
5959
withCredentials([file(credentialsId: "${oci_config_file_creds}", variable: 'OCI_CONFIG_FILE'),
6060
file(credentialsId: "${oci_signing_key_creds}", variable: 'OCI_SIGNING_KEY')]) {
6161
sh "mkdir -p ${jenkins_home_directory}/.oci"
62+
sh "mkdir =p ${jenkins_home_directory}/.m2"
6263
sh "sed -e \"s:__jenkins_home__:${jenkins_home_directory}:g\" \"\$OCI_CONFIG_FILE\" > ${jenkins_home_directory}/.oci/config"
6364
sh "cp \"\$OCI_SIGNING_KEY\" ${jenkins_home_directory}/.oci/oci-signing-key.pem"
6465
}

0 commit comments

Comments
 (0)