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.
expandAll
1 parent fdc7d5d commit 57b938fCopy full SHA for 57b938f
README.md
@@ -58,7 +58,7 @@ variables](http://ci.jenkins-ci.org/env-vars.html) using `TokenMacro.expandAll`.
58
```java
59
String template = "My revision is ${SUBVERSION_REVISION} at #${BUILD_NUMBER} and was executed on node ${NODE_NAME}"
60
String text = TokenMacro.expandAll( build, listener, template );
61
-System.out.println(text); // something like "My revision is 125 at #12 and was executed on controller node"
+System.out.println(text); // something like "My revision is 125 at #12 and was executed on node Controller"
62
```
63
64
## Databinding Token Macro
0 commit comments