Skip to content

Commit cb7904d

Browse files
author
R. Tyler Croy
authored
Merge pull request jenkinsci#67 from bitwiseman/patch-1
Change to agent
2 parents ab36352 + 25fa118 commit cb7904d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pipeline-examples/gitcommit/gitcommit.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// These should all be performed at the point where you've
2-
// checked out your sources on the slave. A 'git' executable
2+
// checked out your sources on the agent. A 'git' executable
33
// must be available.
44
// Most typical, if you're not cloning into a sub directory
55
gitCommit = sh(returnStdout: true, script: 'git rev-parse HEAD').trim()

0 commit comments

Comments
 (0)