fix jenkinsfile
This commit is contained in:
parent
a2811c81ad
commit
589b269ae3
2
ansible/Jenkinsfile
vendored
2
ansible/Jenkinsfile
vendored
@ -14,7 +14,7 @@ pipeline {
|
|||||||
stage('Decrypt SSH Key') {
|
stage('Decrypt SSH Key') {
|
||||||
steps {
|
steps {
|
||||||
script {
|
script {
|
||||||
def tempDir = '/tmp/' + UUID.randomUUID().toString()
|
def tempDir = '/var/jenkins_home/workspace/Sites' + UUID.randomUUID().toString()
|
||||||
env.TEMP_DIR = tempDir
|
env.TEMP_DIR = tempDir
|
||||||
sh "mkdir -p ${tempDir}"
|
sh "mkdir -p ${tempDir}"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user