@@ -28,7 +28,7 @@ pipeline {
stages {
stage('Hello') {
steps {
- echo "${PWD}"
+ sendMessage("${PWD}")
}