pipeline{ agent any stages{ stage("test"){ steps{ echo "Test completed!" } } } }