One or more of the steps defined in the build does not have an associated task definition
See original GitHub issueFor certain build definitions I receive from time to time the following error message:
One or more of the steps defined in the build does not have an associated task definition
Any idea what might be the cause of this? Unfortunately no log is written. Queuing a new build works most of the time. Mostly the error occurs for builds scheduled during the night.
Issue Analytics
- State:
- Created 8 years ago
- Comments:22 (11 by maintainers)
Top Results From Across the Web
tfs - TFS2015 build: "One or more of the steps defined in the ...
We have TFS 2015u3 with the same issues. We use scheduled builds and all builds (on 2 build agents) are crashing. As suggested...
Read more >One or more of the steps defined in the build does not ... - MSDN
scheduled builds sometimes fail with the error "One or more of the steps defined in the build does not have an associated task...
Read more >One or more of the steps defined in the build does not ... - GitHub
It works most of a time, but sometimes we get this error for build: One or more of the steps defined in the...
Read more >TFS build error - Visual Studio Feedback
I am facing following error on Scheduled build on TFS server. ... One or more of the steps defined in the build does...
Read more >Creating a task definition using the new console
Create your task definitions using the Amazon ECS console. ... The file does not contain any extraneous keys ... The valie values are...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@embix I am able to re-create this as well. This is only a problem when using ssh. Can we get this issue re-opened or added to a new issue?
Just had this bug reproducible with onprem TFS 2015u3 for a batched ci build definition. I pushed 4 times, it failed 4 times - in fact I never had a successful ci build for that build definition.
When pushing (using ssh if that is of of any help) the ci build is triggered but fails with the “(X) One or more of the steps defined in the build does not have an associated task definition.” issue. But when I go to any failed build in my browser and push “Queue new build” the same commit will be build as it is supposed to.