jenkins 如何處理windows batch command

來源:互聯網
上載者:User

標籤:style   blog   http   color   ar   os   sp   檔案   div   

這兩天一直被一個問題困擾。

在jenkins的windows batch command 測試好的,拿到bat檔案中,再從Execute Windows Batch command 中調用這個bat,竟然離奇的報錯了。

 

為什麼呢?

先介紹一下情境和代碼的邏輯。測試好的代碼:

CD %ROOTPATH%
.\Tools\Bin\Python26\python.
exe .\Tools\PythonScripts\SendMail.py %AUTOBUILD_PATH%\Charts [email protected] "Test" Config_AutoTest_AutoShooting*.png AutoShootingIndex.htm 

其實 AUTOBUILD_PATH 是一個路徑,以"\" 為分隔字元,準確來說,在python而言,是一個raw的路徑字串。 SendMail會去這個路徑下walk,或者listdir,找到檔案並讀取後處理髮郵件給[email protected]

報錯資訊:

在網上,看到關於這個多出來的*.* 的解釋:

http://bbs.chinaunix.net/thread-3577853-1-1.html  這篇文章介紹的不錯,看了下大概明白了問題。

但是,如何解決我的問題,而我的問題關鍵,又是如何產生的呢?

我試過如果os.listdir 如果傳入的參數是 raw字串的"\", 則是成功的,我找到這個,試圖將path 轉換成raw字串。結果測試不能通過。

http://code.activestate.com/recipes/65211-convert-a-string-into-a-raw-string/

 

看來估計是jenkins 搞的鬼。

 

jenkins 如何處理windows batch command

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.