Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Azure DevOps - Node 6 runtime #70

Closed
gerritlansing opened this issue Nov 15, 2023 · 4 comments
Closed

Azure DevOps - Node 6 runtime #70

gerritlansing opened this issue Nov 15, 2023 · 4 comments

Comments

@gerritlansing
Copy link

Hello,

It looks like when run in Azure DevOps that the task utilizes the Node 6 runtime, which we've disabled. Could you please update to use Node 16?

image

Thanks,
Gerrit

@alex-ilgayev
Copy link
Contributor

Hey, @gerritlansing , thanks for raising this issue.
I've updated the Node runtime to 16. Let me know if that works for you.
Pay attention that the Cimon task should be at version 0.9.9. Sometimes it takes some time for it to be updated to the latest version.

@gerritlansing
Copy link
Author

Hi @alex-ilgayev, thanks for the quick response. Can confirm that 0.9.9 is deployed and running. Is it expected that it is no longer running as a "pre-job" task?

With 0.9.7:
image

With 0.9.9:
image

@alex-ilgayev
Copy link
Contributor

Glad it worked!
The behavior you indicated is intended. We changed the Azure task to work similarly to the Github task.
Means - previously, it didn't matter when you started the task, it would run from the start using a pre task execution.
Now (similar to Github behavior), it starts the moment you define the Cimon task to the end of the job.

@gerritlansing
Copy link
Author

Hi @alex-ilgayev, got it, thanks for the update. I did like it running pre-task execution to be sure that all pipeline steps were caught.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants