This is an automated email from the ASF dual-hosted git repository. skygo pushed a commit to branch ebarboni-patch-1 in repository https://gitbox.apache.org/repos/asf/netbeans-jenkins-lib.git
commit 273023ea1db593baf950c8595b6133f25cd39154 Author: Eric Barboni <[email protected]> AuthorDate: Wed Mar 18 18:26:28 2026 +0100 change detection path https://github.com/apache/netbeans/pull/9269 detection of jenkins file in new place --- jobs/netbeansreleasetlp.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jobs/netbeansreleasetlp.groovy b/jobs/netbeansreleasetlp.groovy index 9dee197..d1f0c9d 100755 --- a/jobs/netbeansreleasetlp.groovy +++ b/jobs/netbeansreleasetlp.groovy @@ -39,7 +39,7 @@ multibranchPipelineJob('NetBeans/netbeans-TLP') { factory { workflowBranchProjectFactory { // Relative location within the checkout of our Pipeline script. - scriptPath("nbbuild/jenkins/Jenkinsfile.groovy") + scriptPath("nbbuild/ci/jenkins/Jenkinsfile.groovy") } } orphanedItemStrategy { --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
