We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ab36352 + 25fa118 commit cb7904dCopy full SHA for cb7904d
pipeline-examples/gitcommit/gitcommit.groovy
@@ -1,5 +1,5 @@
1
// These should all be performed at the point where you've
2
-// checked out your sources on the slave. A 'git' executable
+// checked out your sources on the agent. A 'git' executable
3
// must be available.
4
// Most typical, if you're not cloning into a sub directory
5
gitCommit = sh(returnStdout: true, script: 'git rev-parse HEAD').trim()
0 commit comments