We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0efa45e + 2893a63 commit 3337f5dCopy full SHA for 3337f5d
src/DIRAC/WorkloadManagementSystem/JobWrapper/JobWrapper.py
@@ -349,7 +349,7 @@ def __prepareCommand(self):
349
350
def __prepareEnvironment(self):
351
"""Prepare the environment to be used by the payload."""
352
- os.environ["DIRACJOBID"] = str(self.jobID)
+ os.environ["JOBID"] = str(self.jobID)
353
354
diracSite = DIRAC.siteName()
355
os.environ["DIRACSITE"] = diracSite
0 commit comments