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.
This task allows you to import jobs from a zip file into Data Fabric.
The task can be launched with the command gradle importJob.
gradle importJob
Please note that during imports former jobs ids are lost.
Once your saagie object is available on your project with the server correctly set up, you need to fill the archive to be imported.
saagie
server
saagie { server {...} packaging { importFile = '' currentOnly = true } }
The job import only works with the following job types:
The following are not yet supported:
importFile
currentOnly
saagie { server {...} packaging { importFile = 'my-cool-archive.zip' } }