Questions tagged [continuous-build]
5 questions
2
votes
1 answer
.\gradlew run -t -> all subprojects, watch all changes and rebuild does not work
currently I'm working on a java project which is built by gradle. The project consists of an web-api micronaut subproject and some library subprojects. See output
.\gradlew -q projects
Root project 'mbtn_be'
+--- Project ':app'
+--- Project…

Pace17881
- 91
- 7
1
vote
1 answer
Azure Devops - Build Automation
I have a Azure DevOps Git Repo with many solutions in it, and are starting down the path of build, test, deploy automation.
I figured out how to run a rebuild if any file changes in the repo.
However, since the repo has many solutions in it, I only…

Ctznkane525
- 7,297
- 3
- 16
- 40
1
vote
0 answers
Relative "SourceCodeDirectory" project variable file path does not work on FinalBuilder
I am trying to build a project on our build machine. I've set the SourceCodeDirectory project variable file path to %FBPROJECTDIR%\..\..\..\ProjectFolderName
This relative path moves back 3 directories, but does not seem to work when the variable is…

Chanté Ana-May King
- 63
- 8
0
votes
1 answer
is it must to have svn in jenkins slave machine?
I have followed SO forum and created 2 slave nodes.
slave_1 : has svn installed : works fine
slave_2 : has NO svn installed : it unable to checkout the files during build.
Do I reach the conclusion that
I must have SVN installed in jenkins slave…

lifeline2
- 69
- 1
- 15
0
votes
3 answers
Syncing my git repos across Mac and Linux box for continuous build
I am looking for a way to sync my git repositories from my Mac to an Intel NUC box I have running Ubuntu. The reason I want to do this is to take the load off my Mac for builds, and just have my Ubuntu box do this when it receives a change to one…

MeanwhileInHell
- 6,780
- 17
- 57
- 106