saagie / gradle-saagie-dataops-plugin

Saagie Gradle Plugin for the new version (2.0) of Saagie Dataops Orchestrator
Apache License 2.0
2 stars 0 forks source link

GetJobInstanceStatus - Does not work #50

Closed sgokaram-saagie closed 5 years ago

sgokaram-saagie commented 5 years ago

Below Gradle file does not work.

plugins { id "io.saagie.gradle-saagie-dataops-plugin" version "1.1.10" }

saagie { server { url = 'https://saagie-beta.prod.saagie.io' login = saagieuserid password = saagiepassword environment = 4 jwt = true } project { id = 'ec8c5cea-3dfd-4496-87a0-89f69101dccd' } jobinstance { id = '53b75b58-a136-499f-9370-f05abccb2a76' } }

saagies-mbp:Gradle shivakumar$ gradle -b build.gradle.projectGetJobInstanceStatus projectsGetJobInstanceStatus

FAILURE: Build failed with an exception.

BUILD FAILED in 462ms

sgokaram-saagie commented 5 years ago

@DecampsRenan - Tested and this seems to work now.

DecampsRenan commented 5 years ago

Ok, I close the issue