-
Notifications
You must be signed in to change notification settings - Fork 19
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
Execution of pipeline with security devops -task fails if Node6 tasks disabled #44
Comments
Should be fixed with #34; please let @davidknise know if not |
@davidknise This is still an issue in version 1.7.1 The pipeline is not valid. Job Job: Step 'MicrosoftSecurityDevOps' references task 'MicrosoftSecurityDevOps' at version '1.7.1' contains an execution handler that relies on NodeJS version '6' which is restricted by your administrator. |
When we could expect a fix for this, @dotpaul @davidknise? Issue still exists with latest 1.8.0 release. |
Still an issue, in 1.10.0 ? |
Yes: "The pipeline is not valid. Job Job: Step 'MicrosoftSecurityDevOps' references task 'MicrosoftSecurityDevOps' at version '1.10.0' contains an execution handler that relies on NodeJS version '6' which is restricted by your administrator." |
Could someone from Microsoft give some estimate when this would be fixed? @dotpaul? @davidknise? Someone? After several months this is still an issue and currently blocks our use of this feature. |
With version 1.11.1 the issue still exist. Can't use this task in our organization. |
Looking into this. We have a theory. EDIT: issue is confirmed. Looking at a workaround to publish. |
Mistakenly closed before release. |
This should be fixed now. Please try any failing pipelines again. I will close this issue in a week if there are no further reports. |
Can confirm, it's working now. Thanks, @reynoldsa & others! |
any idea when the new release is coming? |
Version 1.12.1 fixes the problem, it was released yesterday/today. |
Awesome, working here too. 👌 |
Our organization has "Disable Node6 tasks" turned on for security reasons at organization level. With this turned on, pipeline won't even start execution because of an error which says
"The pipeline is not valid. Job Job: Step 'MicrosoftSecurityDevOps' references task 'MicrosoftSecurityDevOps' at version '1.6.0' contains an execution handler that relies on NodeJS version '6' which is restricted by your administrator."
The text was updated successfully, but these errors were encountered: