We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab36352 commit 25fa118Copy full SHA for 25fa118
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