Add cron trigger to check and build changed branches for index.scheme.org #1
Loading…
Reference in New Issue
No description provided.
Delete Branch "arvyy/jenkins-config:main"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The hourly cron triggers a check for new changes, it should only run the build if there are new commits for a branch.
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?
Step 1:
From your project repository, check out a new branch and test the changes.Step 2:
Merge the changes and update on Gitea.