Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagebash
titleShell implementation to update the business date with a Job Resource variable
linenumberstrue
#!/bin/sh

$HOME/js7_set_job_resource.sh \
    --url=http://joc-2-0-primary:7446 \
    --controller-id=testsuite \
    --user=root:root \
    --job-resource=/ProductDemo/Variables/pdBusinessDate \
    --key=businessDate \
    --value=$(date +'%Y-%m-%d')

...