diff --git a/Jenkinsfile b/Jenkinsfile index 0482b67720479d8de8f4524434e882745c367574..33b8669a64aecfaa6dd7e1e52e884d3cf0b12cb5 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -24,6 +24,7 @@ pipeline { echo 'hello mr. ${singlyQuoted}' echo "i said hello mr. ${doublyQuoted}" } + echo "${hello}" echo "${world}" }