Skip to main content

ZMF Explorer - submitted build job - SUCCESS/FAIL notification back to VS Code - HowTo

  • May 22, 2023
  • 2 replies
  • 0 views

Johan Jacob

Hi

When a build I triggered from within VS Code, a message is shown that the build was requested, that the job was submitted.

I don't get a message back that the build was successful or that it failed.

Is there a way that the user would get notified of the outcome of the build. Do I need to include an event step, if so, which one

Thank you

BRs

Johan


#Buildnotification
#ChangeManZMF
#ZMFExplorer
#VSCode

2 replies

Hi

When a build I triggered from within VS Code, a message is shown that the build was requested, that the job was submitted.

I don't get a message back that the build was successful or that it failed.

Is there a way that the user would get notified of the outcome of the build. Do I need to include an event step, if so, which one

Thank you

BRs

Johan


#Buildnotification
#ChangeManZMF
#ZMFExplorer
#VSCode

ZMF Explorer 2.0.1, I provided a means to accomplish that for the user who has z/OSMF configured. This only works if z/OSMF is correctly configured and  defined in the zowe.config.json Teams profile.

This is documented in the ChangeLog.

The ZMF profile must be given the name of the Z/OSMF profile that is used on that LPAR.

for example add this:
"zosmfProfile": "zosmf"

Once that is done a z/OSMF REST api  is issued to retrieve the submitted job status and the job output can be browsed.


Johan Jacob
  • Author
  • Participating Frequently
  • 39 replies
  • May 22, 2023

ZMF Explorer 2.0.1, I provided a means to accomplish that for the user who has z/OSMF configured. This only works if z/OSMF is correctly configured and  defined in the zowe.config.json Teams profile.

This is documented in the ChangeLog.

The ZMF profile must be given the name of the Z/OSMF profile that is used on that LPAR.

for example add this:
"zosmfProfile": "zosmf"

Once that is done a z/OSMF REST api  is issued to retrieve the submitted job status and the job output can be browsed.

Hi David,
Thank you, I'm still waiting on my access to z/osmf. So once this is given, all should work fine as on the client side it is all configured correctly. I'll confirm as soon as I can validate this :-)
Bus
ohanJ