Questions tagged [automated-builds]

16 questions
7
votes
3 answers

Chromium nightly build location

Until recently (last month I would say), you could find the Chromium nightly builds at this address: http://build.chromium.org/f/chromium/snapshots/ However, it looks like there is nothing there anymore. Where are Chromium nightly builds now?
Chris
  • 73
5
votes
1 answer

Jenkins: Restricting the ability to build to logged-in users

I'm configuring Jenkins. I want to make it so that only users who are logged in can run a job, so we have a record of who does what. The problem is, we have a lot of users, and a lot of jobs, and I don't want to set individual users on all the jobs.…
3
votes
1 answer

Adding automatic labels as part of docker build

Is it possible to programmatically add labels to all docker images built on a machine? An example might be adding a label of: build-agent: docker-build-01 The specific use case is adding job details using jenkins. Thanks.
Graeme
  • 375
3
votes
3 answers

Automate PuTTY via batch and execute a command

I use PuTTY everyday to login to a Linux session and execute some commands. Now since I have a thought to automate this process, I would like some help to complete this process. I have made a batch file which contains the below commands: Start…
2
votes
2 answers

Get windows firewall to ignore test builds

I've got a continuous integration system running on my computer which is placing the test build outputs into temporary files on the system. Unfortunately this means Windows Firewall considers each one to be a separate application and pops up a…
Lexi
  • 133
2
votes
0 answers

Services unable to start, fixed permissions on registry keys to fix, finding more, root cause?

Having issues with one of our buildfarm Win 7 SP1 machines, being unable to start the firewall service. The error that it reports is that one of it dependencies was unable to start, which turned out to be the Base filtering engine Service. After…
Idgoo
  • 31
  • 2
2
votes
1 answer

What is the difference between Chromium OS Lime and Vanilla Builds?

AFAIK, Hexxeh is the only public, stable build server for Chromium OS, but he offers two builds, Vanilla and Lime. The only explanation for this duality that I can find on his site is that Lime includes extra "Hardware Support". How can I decide…
2
votes
1 answer

git: automated builds with pull and merges?

Hi is there some software i can use which automatically pulls from known repositories and does full build? then repeats on the next known repository for that project OR reverts the pull if there is a merge or build error?
user3109
1
vote
1 answer

Debian/Ubuntu apt or pbuilder without root privileges?

I want to use apt or pbuilder to build a package in user's home directory. The home directory has enough space to hold the package's source, its dependencies and binary output. But the apt and pbuilder documents say that you have to be a root user…
Tem Pora
  • 318
1
vote
1 answer

Transferring only tables from Microsoft Word to Excel through automation

Is there a way that I can automate the copying of information from Microsoft Word tables to Microsoft Excel tables?
0
votes
0 answers

Intel Compute Stick as a test server

Does anyone use Intel Compute Stick to run auto dev. tests? Could it be used like that? Configuration would be as simple as possible: .NET, the latest; TeamCity or similar; Selenium WebDriver for IE or other browsers; possibly Visual Studio…
Artyom
  • 131
0
votes
2 answers

Automate script | Rename a defined list of filename by a defined list of word powershell

All my code: #read list filenames + filter# $listname = Get-ChildItem 'Y:\Users\H\Documents\D\Game Of Throne' -Filter *.bmp #Read list file txt# $line = Get-Content 'Y:\Users\H\Documents\D\Game Of Throne\prod\recup.txt' …
0
votes
1 answer

Automate Update with script ( Flash, Java, Reader )

I'm deploying over 10-20 computers every week and have to update each computer manually. Is there a script that I could use that: Checks-Version, Downloads-New-Version, Updates-New-Version. I cant install any 3rd party software because these…
Vadim
  • 1
0
votes
1 answer

Create Rule from Message: Win 7? Where is it?

There are things I much prefer in Outlook Express to Windows Live Mail: one of those things is the ability to create a Mail Rule whilst viewing a message. You would simply do so andthe new rule would be created with the dialog box and all of its…
greenber
  • 683
0
votes
0 answers

Visual Studio Team Services: How to ensure build server (AzureVM) is running before queuing a build

We have an AzureVM being used for a VSTS build server. In order to save costs, we also have that build server turn off at 6pm EST every day. We'd like VSTS to automatically be able to restart the VM (if not already running) upon queuing a build,…
enorl76
  • 304
1
2