Questions tagged [auto-build]

53 questions
0
votes
2 answers

Jenkins iOS Build Provisioning profile Issue

When I try to build the iOS Application from jenkins its showing the error as below in console log FATAL: The path to store mobile provisioning profile files on the master is not configured. Go the plugin main configuration page and give the…
Lakshmi Reddy
  • 313
  • 5
  • 17
0
votes
1 answer

Error Creating IPA File for Enterprise Distribution from jenkins CI Server

When i try to generate a iOS app ipa file from jenkins CI Server, i am getting the following error. can you suggest me? Error Log Output directory: '/Users/Username/.jenkins/workspace/JobName/build/appname.ipa' Temporary Directory:…
Lakshmi Reddy
  • 313
  • 5
  • 17
0
votes
1 answer

TFS 2013 build - Files copied using Post Build Event are not found

This is a winform application. All dlls, exe and some other extension files are copied to the StartupProject\bin through the post build events(VS post-build). On TFS Server, the project has 2 subfolders: bin and src.(bin contains required dlls, but…
Andrei Spatar
  • 253
  • 1
  • 3
  • 10
0
votes
0 answers

Email notification in jenkins ios build fails

When I try to build an iOS App with Jenkins , I got the error in Email notification for Office365 but for gmail I am able to get notification. Error message: com.sun.mail.smtp.SMTPSendFailedException: 530 5.7.57 SMTP; Client was not authenticated…
Lakshmi Reddy
  • 313
  • 5
  • 17
0
votes
1 answer

java.lang.NoClassDefFoundError: org.eclipse.core.launcher.Main error while installing an EAR on Webshpere 8.0

I am trying to auto deploy an EAR using hudson on Websphere 8.0. I have written a script for it and while executing the script it shows the following error. I am using hudson and have configured a job which executes the following build.xml. I…
Pallavi
  • 79
  • 1
  • 6
0
votes
1 answer

Jenkins: run batch locally on slave

I need Jenkins to be able to run batch file on slave locally with parameters. I've tried to use PSExec tool, but it does not run when Jenkins tries to do it (slave: windows 7 x86 OS). xCmd cannot be run locally. Can anybody suggest some tools or…
keymusicman
  • 1,281
  • 1
  • 10
  • 20
0
votes
1 answer

maven: apk packed wrong

I tried to compile my project with maven. Here's project structure: Root |---- app |---- test test - robotium test project. Here's root pom.xml:
keymusicman
  • 1,281
  • 1
  • 10
  • 20
-1
votes
3 answers

Migrating cruisecontrol to jenkins

I want to migrate My jobs from cruisecontrol to Jenkins. What are the steps that I need to do to achieve this ?
Anawat
  • 11
  • 2
1 2 3
4