jenkins-php

    0熱度

    1回答

    開始使用jenkin for php項目。 下列步驟已被配置 1)下載安裝詹-1.549 2)PHP插件CheckStyle的 3)加入一個項目樣品zf2demo 的build.xml在ZF2演示 <target name="phpcs" > <exec executable="phpcs"> <arg line="--report=checkstyle --report-f

    4熱度

    1回答

    問題 我試圖建立我在詹金斯的應用程序,它是在Github上的私人回購,也有一個私人子模塊。 我可以通過設置它的憑據克隆在詹金斯私人倉庫,但詹金斯無法克隆的子模塊,這裏是一個構建失敗的輸出: Started by an SCM change Building in workspace /var/lib/jenkins/jobs/Project/workspace Fetching changes

    0熱度

    2回答

    我按照jenkins-php.org創建了一個項目。一切正常,但我無法跳過PHPunit測試。 有什麼可以簡單的方法來跳過PHPUnitTest以避免錯誤...最初我認爲這很容易,我從代碼中刪除了所有實例,但仍然能夠看到這個錯誤,也是我無法生成phpdoc,如果項目沒有測試文件...請幫助

    0熱度

    1回答

    我嘗試在我的jenkins服務器中執行behat(類似於this)。 我生成XML: <target name="behat" description="Execute the behat tests"> <exec command="${basedir}/bin/behat --profile jenkins -c ${basedir}/config/behat.yml" /> <

    3熱度

    4回答

    我想在我的Jenkins安裝中使用http://jenkins-php.org中的模板。當我走在配置項目中,我得到一個灰色屏幕出現的一句「正在載入」 如果我看在瀏覽器錯誤控制檯我得到TypeError: 'undefined' is not an object (evaluating 'registry.get') 任何人都經歷這個問題?這怎麼解決?

    5熱度

    1回答

    我在Windows中使用Jenkins時生成項目我在Ant任務pdepend上得到以下錯誤。 pdepend: [exec] Can't find the custom report class: --jdepend-chart=C:\Program Files\Jenkins\workspace\Tracking/build/pdepend/dependencies.svg