Questions tagged [jenkins-php]

a set of plugins and tools that define a standard template for creating and running Jenkins jobs for PHP projects

The project's home page describes the configuration of Jenkins as requiring over 10 plugins and 7 PHP-related command line tools, plus Apache Ant to automate the PHP project build process.

11 questions
5
votes
1 answer

Jenkins pdepend plugin error

I am using Jenkins in Windows, when I build the project I am getting the below error on Ant task pdepend. pdepend: [exec] Can't find the custom report class: --jdepend-chart=C:\Program…
Muthamizhchelvan. V
  • 1,241
  • 1
  • 17
  • 30
4
votes
1 answer

Private git submodule not found in Jenkins

The problem I'm trying to build my application in Jenkins, and it is on a private repo on Github, also there's a private submodule. I can clone the private repository in Jenkins by setting up it's credentials, but Jenkins can't clone the submodule,…
Brayan
  • 460
  • 2
  • 5
  • 17
3
votes
4 answers

Jenkins PHP Template - Display's loading message and blocks UI

I'm trying to use the template from http://jenkins-php.org in my installation of Jenkins. As soon as I go in to configure the project I get a grey screen appearing and the words 'Loading' If I look in the Browser error console I get TypeError:…
ajtrichards
  • 29,723
  • 13
  • 94
  • 101
2
votes
1 answer

run jenkins script remotely via PHP

I wrote a PHP script to run Jenkins build . It was working fine but now I applied some security and created users that can run jenkins builds.
Developer
  • 817
  • 2
  • 16
  • 28
1
vote
1 answer

PHP Hudson / Jenkins encoding issue

I have at the moment an issue with UTF8 in combincation with Jenkins. Our project is build in PHP and we use as servers Ubuntu servers. Now is the problem that the encoding not works correctly. We have on different environments everything working,…
Michael Tijhuis
  • 173
  • 1
  • 10
1
vote
1 answer

Running php script via Jenkins Execute shell

I am trying to run php script via execute shell in Jenkins but it seems i am missing something. here is my command in execute shell of Jenkins #!/usr/bin/php php /home/admin/reports/test.php" I am not getting any error in console output. and when…
Developer
  • 817
  • 2
  • 16
  • 28
0
votes
2 answers

Issue with ANT based Jenkins job

I created a project by following jenkins-php.org. Everything works fine but I'm unable to skip PHPunit test. What could be the simple way to skip PHPUnitTest to avoid errors... Initially I thought it was easy and I removed all instances from code…
Anil Kumar
  • 31
  • 5
0
votes
1 answer

Report reuse for PHP projects in Sonarqube 4.2

I have a Jenkins job running for my project that generates reports for the following tools: phpcpd pdepend phpcs phpmd phpunit (unit & integration tests) I would like to have Sonar-runner analyze these reports, especially for integration tests,…
user3558083
0
votes
1 answer

How to configure jenkins for checkstyle for php project

Getting start with jenkin for php project. the following steps has been configured 1)Download jenkin-1.549 2)installed php plugin checkstyle 3)Add a project sample zf2demo build.xml in zf2 demo
guny
  • 197
  • 4
  • 19
0
votes
1 answer

Permission denied when trying to execute behat in jenkins

I try to execute behat in my jenkins server (similar to this). My build xml:
ACNB
  • 816
  • 9
  • 18
0
votes
1 answer

Re-installing jenkins in Ubuntu

Well, I forgot my password for Jenkins and I tried(for one full day) with all usual passwords, failed in all attempts. Hence, I wanted to reinstall jenkins from scratch, luckily I was just setting up and I had no jobs configured yet. So I removed…
g0c00l.g33k
  • 2,458
  • 2
  • 31
  • 41