Add cron trigger to check and build changed branches for index.scheme.org #1

Open
arvyy wants to merge 1 commits from arvyy/jenkins-config:main into main
First-time contributor

The hourly cron triggers a check for new changes, it should only run the build if there are new commits for a branch.

The hourly cron triggers a check for new changes, it should only run the build if there are new commits for a branch.
arvyy added 1 commit 2025-03-15 05:26:32 -04:00
Owner

Hi, sorry for late response. Gitea did not send me any email, or I missed it.

We have moved the Jenkins configuration with the other server configuration here https://github.com/schemeorg-community/server-configuration

My bad for not archiving this repository.

Regarding the cron, it can also be defined in the Jenkinsfile but to my understanding it builds always even if there are no changes in git. Is the behaviour different when defined in the configuration as code file?

Hi, sorry for late response. Gitea did not send me any email, or I missed it. We have moved the Jenkins configuration with the other server configuration here https://github.com/schemeorg-community/server-configuration My bad for not archiving this repository. Regarding the cron, it can also be defined in the Jenkinsfile but to my understanding it builds always even if there are no changes in git. Is the behaviour different when defined in the configuration as code file?
This pull request can be merged automatically.
You are not authorized to merge this pull request.
You can also view command line instructions.

Step 1:

From your project repository, check out a new branch and test the changes.
git checkout -b arvyy-main main
git pull https://gitea.scheme.org/arvyy/jenkins-config main

Step 2:

Merge the changes and update on Gitea.
git checkout main
git merge --no-ff arvyy-main
git push origin main
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: jenkins/jenkins-config#1
No description provided.