Questions tagged [build-triggers]

52 questions
0
votes
1 answer

Jenkins GitHub Organization jobs triggered by schedule

I've setup an Octopus organization with multiple repositories inside. One of those repositories has automated tests. I'm trying to setup the Jenkinsfile in that repo to make the job trigger periodically instead of only on SCM change. I haven't…
rupio
  • 81
  • 1
  • 7
0
votes
0 answers

Build triggering from 3rd party repository

Say I have a project, that depends on and build with the latest commit from a repository, managed by someone else, is there a generic way to get build triggering? I am not talking about for a project that you own where you have access to the…
flungo
  • 1,050
  • 1
  • 7
  • 21
0
votes
2 answers

Setting up Bamboo SVN commit build trigger

Bamboo CI has a build in feature of having the subversion program trigger a build in bamboo when someone commits to the repository. I followed the instructions of what to put in the post commit hook but I am not sure what the 2 arguments are…
MBU
  • 4,998
  • 12
  • 59
  • 98
0
votes
2 answers

How do I trigger a build in Jenkins, with Git push to SCM-manager, when Jenkins does not allow anonymous user?

Our buildserver at work is a Windows server 2012 r2. We have Jenkins installed as a Windows service on localhost:8081. We have Scm-Manager installed as a service on localhost:8082. (https://www.scm-manager.org/) We use Git as our version…
madbys
  • 31
  • 10
0
votes
1 answer

Adding trigger to build config in TeamCity via REST API and PowerShell

I'm trying to add a build trigger to a build configuration in an automated fashion through PowerShell and the TeamCity 8 REST API. Using the following question as a reference, it would appear that what I am trying to do is possible:Adding a Trigger…
ShaneC
  • 2,237
  • 2
  • 32
  • 53
-1
votes
1 answer

How to know remote server ip in jenkins pipeline script?

I implemented jenkins build script. That script started by remote server. ( using Build Triggers ) In build console Output log, wrote down "Started by remote host xx.xx.xxx.xxx (my ip)" I want to know remote host that called jenkins build job in…
-3
votes
1 answer

Oracle trigger implementation

I have to implement a trigger which would: 7) Show the DDL for how a trigger can be used to transfer all rental copies from a store being deleted from the Store information table to the central store 8) Show how this trigger can be extended to…
1 2 3
4