deploy fix
This commit is contained in:
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@@ -44,7 +44,7 @@ node {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
sh "docker system prune -f"
|
sh "docker system prune -f"
|
||||||
archiveArtifacts '${rel_dir}/*'
|
archiveArtifacts 'release/*'
|
||||||
echo "${_msg}"
|
echo "${_msg}"
|
||||||
}
|
}
|
||||||
pipeline {
|
pipeline {
|
||||||
|
|||||||
Reference in New Issue
Block a user