You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Importing one of our custom tasks like IbmPak03 doesn't fill in with any of its info. It is able to use TaskBuilder methods to add values, but I don't believe this is the intended output of the class.
What the main.ts section looks like now:
.withTask(new IbmPak03(this, 'ibm-pak-03-id').withName('random-name'))
Importing one of our custom tasks like IbmPak03 doesn't fill in with any of its info. It is able to use TaskBuilder methods to add values, but I don't believe this is the intended output of the class.
What the main.ts section looks like now:
.withTask(new IbmPak03(this, 'ibm-pak-03-id').withName('random-name'))
What the generated pipeline yaml looks like now:
The text was updated successfully, but these errors were encountered: