This commit is contained in:
apavlov
2024-06-30 18:36:36 +03:00
parent 41bcd91195
commit dc44f5d6dd

5
Jenkinsfile vendored
View File

@@ -26,12 +26,11 @@ pipeline {
}
}
steps {
sh 'mkdir roles/rproxy/files/certs'
withFileParameter('rootca') {
sh 'mv ${rootca} roles/rproxy/files/certs/RootCA.crt'
sh 'mv ${rootca} roles/rproxy/files/RootCA.crt'
}
withFileParameter('rootca_key') {
sh 'mv ${rootca_key} roles/rproxy/files/certs/RootCA.key'
sh 'mv ${rootca_key} roles/rproxy/files/RootCA.key'
}
}
}