We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ab35702 + f267986 commit d563d22Copy full SHA for d563d22
1 file changed
Jenkinsfile
@@ -64,7 +64,7 @@ if (params.MODE == "PROMOTE") {
64
dockerImageLocation = pwd() + "/docker-image*.tar*"
65
infrapool.agentPut from: "${dockerImageLocation}", to: "${assetDirectory}"
66
// Resolve ownership issue before promotion
67
- infrapool.agentSh 'git config --global --add safe.directory ${PWD}'
+ sh 'git config --global --add safe.directory ${PWD}'
68
}
69
70
// Copy Github Enterprise release to Github
0 commit comments