We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7ce71df + 76ff901 commit 5bfbae5Copy full SHA for 5bfbae5
Jenkinsfile
@@ -40,7 +40,7 @@ if (params.MODE == "PROMOTE") {
40
41
// Ensure the working directory is a safe git directory for the subsequent
42
// promotion operations after this block.
43
- INFRAPOOL_EXECUTORV2_AGENT_0.agentSh 'git config --global --add safe.directory "$(pwd)"'
+ sh 'git config --global --add safe.directory "$(pwd)"'
44
}
45
46
// Copy Github Enterprise release to Github
0 commit comments