fix jenkinsfile

This commit is contained in:
reqwizz 2024-11-04 19:45:06 +03:00
parent a2811c81ad
commit 589b269ae3

2
ansible/Jenkinsfile vendored
View File

@ -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}"