You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by sk...@apache.org on 2021/07/22 12:50:16 UTC

[netbeans-jenkins-lib] branch master updated: fix name

This is an automated email from the ASF dual-hosted git repository.

skygo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans-jenkins-lib.git


The following commit(s) were added to refs/heads/master by this push:
     new 7bb72b9  fix name
7bb72b9 is described below

commit 7bb72b96efd297ce76ec7692ee643aa41403613a
Author: Eric Barboni <sk...@apache.org>
AuthorDate: Thu Jul 22 14:50:06 2021 +0200

    fix name
---
 jobs/netbeansnativelauncher.groovy | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/jobs/netbeansnativelauncher.groovy b/jobs/netbeansnativelauncher.groovy
index d36a228..6142d9f 100644
--- a/jobs/netbeansnativelauncher.groovy
+++ b/jobs/netbeansnativelauncher.groovy
@@ -19,7 +19,7 @@
  * under the License.
  */
 
-pipelineJob('native-launchers') {
+pipelineJob('NetBeans/native-launchers') {
     definition {
         cpsScm {
             scm {
@@ -37,8 +37,8 @@ pipelineJob('native-launchers') {
 }
 
 
-listView('natvie') {
+listView('NetBeans/native') {
     jobs {
-        name('native-launchers')
+        name('NetBeans/native-launchers')
     }
-}
\ No newline at end of file
+}

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@netbeans.apache.org
For additional commands, e-mail: commits-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists