Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

[resolved] Can the Job version be available as a context var ?

Hello.
I wonder if it is possible to know the Job version (as a context variable) in order to use it in some components of the Job, for example, as a qualifier in generated files name ?
Labels (2)
1 Reply
Anonymous
Not applicable
Author

There are several attributes available and you can refer to them directly, including: -
private final String jobVersion = "0.1";
private final String jobName = "MyJob";
private final String projectName = "MYPROJECT";