I do a git checkout several times for each deployment server and I dont want the std output in the console log. Is there a way to pass them to /dev/null or something?
This is the command whose output I'm not interested in seeing git url: '[email protected]:myteam/scripts_pipeline.git', branch: 'master' I tried enclosing them in paranthesis, using returnStdout: false and whatever else i could think of. But they still keep getting printed in the console out. thanks -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/bba69379-9204-4ec7-994f-9be86773df21%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
