path fix
This commit is contained in:
5
Jenkinsfile
vendored
5
Jenkinsfile
vendored
@@ -26,12 +26,11 @@ pipeline {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
steps {
|
steps {
|
||||||
sh 'mkdir roles/rproxy/files/certs'
|
|
||||||
withFileParameter('rootca') {
|
withFileParameter('rootca') {
|
||||||
sh 'mv ${rootca} roles/rproxy/files/certs/RootCA.crt'
|
sh 'mv ${rootca} roles/rproxy/files/RootCA.crt'
|
||||||
}
|
}
|
||||||
withFileParameter('rootca_key') {
|
withFileParameter('rootca_key') {
|
||||||
sh 'mv ${rootca_key} roles/rproxy/files/certs/RootCA.key'
|
sh 'mv ${rootca_key} roles/rproxy/files/RootCA.key'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user