-
Notifications
You must be signed in to change notification settings - Fork 70
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add operator Echo #65
Conversation
I'd like to know the use-case and background. For debug purpose? |
Yes. It's for debug purpose. I don't want to write |
Since |
I want to know more detail use cases. |
My purpose is to show a message log, but |
@shigemk2
を知りたいです。 |
すみません。日本語で失礼します。
echo: start
execute: xxxx.sh
echo: end 同様のことを既存のexecuteタスクで行おうとした場合、 execute: echo "start"
execute: xxxx.sh
execute: echo "end" |
Thank you for your feedback. I prefer this feature since it's based on use-cases 👍 |
なるほど。なんとなく状況は理解できました。 |
overview
Add an operator for showing a message.
Screenshots
Just code
![screenshot from 2017-05-31 00-45-21](https://cloud.githubusercontent.com/assets/795197/26592758/b270dca8-459c-11e7-87e1-04b58e7ae265.png)
echo: hello, world
!You can see messages on the Job Instance Details page.
![echo_log](https://cloud.githubusercontent.com/assets/795197/26592746/aa269d44-459c-11e7-9926-7eff05b79537.png)