Questions tagged [auto-build]
53 questions
19
votes
1 answer
Gitlab CI script: exclude branches
I'm trying to improve the project building script, described in YML-file, the improvement itself seems quite trivial, but the idea of accidentally ruining the auto-builds scares me a bit.
Right now there are several branches, version tags and other…

MasterAler
- 1,614
- 3
- 23
- 35
17
votes
6 answers
Xcode 10 command-line building: Archive failed with Fabric Info.plist Error
I have Jenkins server for autobuilding iOS project that has two targets.
Project builds with command-line utility xcodebuild.
Full commands are
/usr/bin/xcodebuild -workspace "Our project.xcworkspace"
-scheme "First target"
-configuration…

General Failure
- 2,421
- 4
- 23
- 49
8
votes
1 answer
Docker hub autobuild inside a subdirectory
I'm trying to build an image of my Django app from the subdirectory 'app' with the following folder structure. However, after specifying my build rules on docker-hub the following:
Build location: app/Dockerfile
Build context: /
The automated…

Ivan
- 207
- 2
- 10
7
votes
2 answers
How to enable Eclipse to autobuild/autosave changes before run (CDT)
I'm trying to conveniently have the updated code in effect when I click the run button in Eclipse. At present it will run the last build and I have to manually click build before clicking run to see the changes.
Can someone advise me on how to…

L. D. James
- 1,679
- 1
- 22
- 35
4
votes
1 answer
Startup Jenkins service automatically on system reboot
I want to start up the Jenkins service installed on my mac automatically while system reboots after power loss. Can anyone please suggest to me how we can restart Jenkins automatically.

Lakshmi Reddy
- 313
- 5
- 17
3
votes
2 answers
Maven Eclipse Autobuilder keeps on building even though nothing changed
I use Eclipse (Indigo) with the M2E plugin for maven. Now for some reason the autobuilder keeps on rebuilding the project with no changes around 50 times before he's satisfied which takes a lot of resources and is a major pain...
I get the following…

Pete
- 10,720
- 25
- 94
- 139
3
votes
1 answer
Jenkins - command line build iOS project
I have an iOS project cloned from repo into my jenkins account. Xcode is not yet installed. I know command line scripts to build an iOS project including targets/configurations/profiles etc. Certificate and provisioning profile is installed in…

Sazzad Hissain Khan
- 37,929
- 33
- 189
- 256
3
votes
5 answers
How do I run a series of processes in C# and keep their environment settings?
I am developing an auto-builder that will run a series of steps in our build process and build our target application. We used to use a batch file which set up a bunch of environment variables or called tools that setup environment variables and…

screenglow
- 1,876
- 4
- 20
- 22
2
votes
4 answers
How to deploy about a java application to about 100 EC2 instance?
Here is my case:
I have about 100 EC2 instances and everyone runs a java application (Java SE application, not Java EE application), I want to deploy my complied jar files and library to all the instances and then make the application run on…

user1246500
- 13
- 2
2
votes
3 answers
How to run Selenium tests with CI (Continuous Integration)?
I'm using Selenium for automated testing my websites. I have around 100 test cases and I want to run them every day by making Test Suite automatically. I had written my test cases in Selenium 1 (Selenium RC) and now it is not very easy to migrate to…

silas
- 21
- 1
- 2
2
votes
1 answer
How to trigger auto build in Jenkins via Gitbucket's webhook?
There is a Java maven project with its source code managed by Gitbucket. Having configured a maven item in jenkins for the project.
And, now want to trigger auto build in jenkins when gitbucket receive a new commit, according to:…

Eric
- 22,183
- 20
- 145
- 196
2
votes
1 answer
Visual Studio 2015 .NET Core 1.0 Autobuild
I am working on a .NET Core 1.0 web application in Visual Studio 2015 Community.
Apparently there is an autobuild function, where I should be able to run without debugging (ctrl+F5) and any changes I make to my code should be reflected simply by…

user3012633
- 464
- 5
- 6
2
votes
1 answer
MSB4057 Error when using MSBuild with RAD Studio 2009
Summary: I'm able to compile a RAD Studio 2009 project using MSBuild on a Build Server using the RAD Studio Command Prompt, but not with a batch file. This same batch file, however, works successfully on my workstation. On the server the error…

Jeremiah
- 5,386
- 9
- 38
- 45
2
votes
2 answers
TFS 2013 Build - Adding log in Activity Log
We are using TFS build in 2013 to automate build & deploy process. For this we have also added some powershell scripts that perform some tasks like copying of binaries to a central location etc.
To add logs during the process we use "Write-Host"…

Lalit
- 352
- 8
- 22
2
votes
2 answers
eclipse android turn off ndk auto build
In Eclipse, every time I select run->Android application, a full build is performed including the NDK. This is time consuming and wasteful when I am working on the Java code. Does anyone know how to turn this off?
Thanks

user1400716
- 1,126
- 5
- 13
- 32