我想在存儲庫中的文件更改後運行任務/生成。 當我配置「間隔觸發器」:buildCondition =「IfModificationExists」, 儘管我更改了一個文件並作了一個提交,但任務並未執行。日誌寫入: 未檢測到任何修改。 如何在文件更改後立即運行任務? 感謝, yehi瞭解Cruise Control .NET持續集成
0
A
回答
0
個人ID做到以下幾點:
<triggers>
<intervalTrigger initialSeconds="0" /> 1
</triggers>
<sourcecontrol type="<type here>">
爲輪詢源代碼控制系統,然後只,如果有變化
建立,請嘗試看看
+0
感謝您的答案..我試過了,但它沒有執行任務(就像當我使力建設)雖然我可以看到它識別我的更改 - 在ccnet.log文件中。也許任務不同於構建? – yehiel 2010-09-16 12:58:43
1
Mercurial Source Control中存在一個錯誤,你可以在這裏看到: CruiseControl.NET's Filtered Source Control Provider Not Detecting Modifications When Using Mercurial http://groups.google.com.ag/group/ccnet-user/browse_thread/thread/23cc02e1258a63ec
否則,您的配置似乎是正確的,除非您的源代碼管理塊中沒有登錄信息。
相關問題
- 1. 將Cruise Control .NET與TFS集成
- 2. Cruise Control .NET安全
- 3. Cruise Control .NET分支配置
- 4. Cruise Control .Net - 構建跨域
- 5. 有Cruise Control .NET的API嗎?
- 6. Cruise Control .NET 4.0 MSBUILD Logger
- 7. Cruise Control .net更改日誌文件appereance
- 8. Cruise Control .NET強制任務運行
- 9. Cruise Control .Net vs團隊基金會Build
- 10. Cruise Control .Net異常寫入msbuild-results.xml
- 11. 運行Cruise Control .NET即服務
- 12. Cruise Control .Net修改儀表板
- 13. 持續集成
- 14. 與.net和svn的持續集成
- 15. C#/。NET - 持續集成和FTP部署
- 16. Cruise Control.NET,NUnit集成
- 17. 如何將TFS 2010與Cruise Control集成。淨1.44
- 18. TFS持續集成
- 19. 如何將ClearCase客戶端CCRC 7.1與Cruise Control構建集成(java)集成?
- 20. GreaseMonkey持續集成
- 21. Cruise Control執行Python腳本
- 22. Xcode項目的持續集成?
- 23. python持續集成
- 24. C持續集成
- 25. TypeScript持續集成
- 26. 持續集成 - 多久會持續
- 27. 持續集成和預集成
- 28. 與Git的持續集成
- 29. 持續集成web服務
- 30. 與VSTS的持續集成
你有沒有源代碼控制塊? – 2010-09-16 12:39:00
這是我的ccnet.config: SimpleExample \t \t \t \t \t \t HTTP: // localhost:8000 \t \t c:\ mercuRepo workingDirectory> \t sourcecontrol> C:\工作 workingDirectory> C:\工作\ project1CCnetArtifacts artifactDirectory> \t \t \t \t C:\ calc.bat \t \t cruisecontrol> –
yehiel
2010-09-16 13:10:47
糟糕。沒有任何連接到源代碼管理,當我做「強制構建」的任務發生,但在「ifModificationExist」任務不執行 – yehiel 2010-09-16 13:17:36