hudson

jenkins unable to run “ /build-tools/17.0.0/aapt ”

我是研究僧i 提交于 2019-12-24 16:01:04
问题 does anyone know why is jenkins unable to run this file and gives a no such file or directory error ? the file is there. it has the following permissions : root@ott-ci-01:/usr/local/lib/android-sdk-linux/build-tools/17.0.0# ls -la /usr/local/lib/android-sdk-linux/build-tools/17.0.0/aapt -rwxr-xr-x 1 root root 1122758 Jun 17 10:07 /usr/local/lib/android-sdk-linux/build-tools/17.0.0/aapt any ideas ? 来源: https://stackoverflow.com/questions/17156569/jenkins-unable-to-run-build-tools-17-0-0-aapt

Tips on getting Hudson / Jenkins working on Unix System Services z/OS

北城以北 提交于 2019-12-24 14:30:35
问题 I've read that it is possible to get a Hudson slave running on [zOS (under Unix System Services).] (http://jenkins.361315.n4.nabble.com/Hudson-slave-to-z-OS-td2265091.html) When I try it (even with the JVM option -Dfile.encoding=ISO8859_1) I get: [11/30/11 22:09:40] [SSH] Checking java version of /userhome/mjb/hudson/jdk/bin/java [11/30/11 22:09:44] [SSH] /userhome/mjb/hudson/jdk/bin/java -version returned 1.6.0. [11/30/11 22:09:44] [SSH] Starting sftp client. [11/30/11 22:09:46] [SSH]

Hudson jobs and slave node are missing after an upgrade

孤街醉人 提交于 2019-12-24 12:12:04
问题 Where and how are Hudson jobs and slave information stored? I accidentally canceled a Hudson upgrade today. It wouldn't permit me to continue the upgrade; only to downgrade to the previous version and then upgrade again. After I downgraded, the two jobs I had created in the recent past were gone from the dashboard along with the slave node I created for one of those jobs, and the job I had recently deleted showed up in the dashboard. After the upgrade, the jobs and nodes are in that same

Jenkins/Hudson Build All Branches With Prioritization

只谈情不闲聊 提交于 2019-12-24 11:13:35
问题 How do I configure Jenkins to build all branches while giving the master branch the highest priority? My first idea was to create two jobs with one configured to build all branches and the other to just build master, then using the job priority plugin to configure master ahead. This doesn't work since all branches obviously builds all branches including master. 回答1: Git plugin has the BuildChooser extension point for this kind of purposes. Git plugin tells you all the interesting revisions

Jenkins stopped work on checking out revision

时光总嘲笑我的痴心妄想 提交于 2019-12-24 11:02:01
问题 I have problem with Jenkins bilds. Sometimes my build hangs on operations "Checking out Revision". The problem is not constant. I can get this issue in 4-5 times of 10 bilds. I am waiting 10-20 minutes and the abort this hangs bild. Console log: Started by upstream project "master" build number 737 originally caused by: Started by user anonymous Building in workspace /var/lib/jenkins/jobs/master/workspace/CI_BUILD/integration Checkout:integration / /var/lib/jenkins/jobs/master/workspace/CI

How to set FSTrigger's folder path in Hudson CI integration tool?

牧云@^-^@ 提交于 2019-12-24 10:49:42
问题 I am using Hudson tool to automate tests for our project. I want to use FSTrigger plugin to trigger the build whenever there will a change in SVN. As i set Folder path to "http://192.16.17.121/test/test1/config/". It gives error that folder should exist, but it exists at specified location.I can view it directly from browser too. Can anybody tell me whats the problem?Your help will be appreciated. Thanks... 回答1: You have to specify an absolute path to a directory on your filesystem. What you

Hudson doesn't checkout using symlinks when using SVN (Subversion)

天大地大妈咪最大 提交于 2019-12-24 10:39:05
问题 The problem is that when Hudson checks out the files, it doesn't use symlinks. I've tried the svn13 and svn14 plug ins, but neither worked. 回答1: In linux, edit your /etc/init.d/hudson script file: Look for a line that looks like: $SU $HUDSON_USER --shell=/bin/bash -c "$DAEMON $DAEMON_ARGS -- $JAVA $JAVA_ARGS -jar $HUDSON_WAR $HUDSON_ARGS" || return 2 Change it to: $SU $HUDSON_USER --shell=/bin/bash -c "$DAEMON $DAEMON_ARGS -- $JAVA $JAVA_ARGS -Dsvnkit.symlinks=true -jar $HUDSON_WAR $HUDSON

Hudson to Jenkins migration

泪湿孤枕 提交于 2019-12-24 08:49:21
问题 I am trying to migrate from hudson to jenkins. My intention was to keep the hudson server up and start jenkins on a new port and manually create jobs on the jenkins. However, when I install jenkins using sudo apt-get install jenkins , hudson is uninstalled. Is there a way to keep both running? I tried to install hudson using sudo apt-get install hudson after jenkins removed it; in an attempt to keep both running. But installing hudson also removes jenkins and I am back to square 1. 回答1: The

Jenkins pass or fail build on external executable

送分小仙女□ 提交于 2019-12-24 08:25:10
问题 As part of my build process, I have an EXE that I wrote that pushes database changes to the staging DB. This process encounters errors sometimes, and if so, I would like the build to fail. How can I add the EXE as a build step so that on failure (which I could catch as an exception) I can fail the build and log some details (similar to the way NUNit shows failures)? I would also like the exe to log some other details (like what's changed - whether the build passes or fails). Is there any

Hudson keeps failing with Phing AND Ant. Any hints?

久未见 提交于 2019-12-24 07:39:33
问题 Let's just skip right to the good stuff... errors I'm getting from the console when running Ant: phpunit: [exec] PHPUnit 3.2.16 by Sebastian Bergmann. [exec] [exec] Class /var/lib/hudson/jobs/Goals/workspace/Goals/AllTests could not be found in /var/lib/hudson/jobs/Goals/workspace/Goals/AllTests.php. [exec] Result: 1 phpcpd: [exec] The referenced parameter '--log-pmd=/var/lib/hudson/jobs/Goals/workspace/Goals/build/logs/pmd.xml' is not registered. [exec] Result: 1 pdepend: [exec] ALERT -