Skip to content

Commit

Permalink
chore: rename project to jenkins-lab
Browse files Browse the repository at this point in the history
Signed-off-by: hainenber <[email protected]>
  • Loading branch information
hainenber committed Nov 3, 2024
1 parent 8731303 commit bddfe54
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion configs/jcasc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
scm {
git {
remote {
url 'https://github.com/hainenber/jenkins-labs.git'
url 'https://github.com/hainenber/jenkins-lab.git'
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion jobs/build_jenkins_plugin_manager_jar.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ pipelineJob('build-jenkins-plugin-manager-war') {
scm {
git {
remote {
url('https://github.com/hainenber/jenkins-labs.git')
url('https://github.com/hainenber/jenkins-lab.git')
}
branch('*/main')
}
Expand Down
2 changes: 1 addition & 1 deletion jobs/build_jenkins_war.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ pipelineJob('build-jenkins-war') {
scm {
git {
remote {
url('https://github.com/hainenber/jenkins-labs.git')
url('https://github.com/hainenber/jenkins-lab.git')
}
branch('*/main')
}
Expand Down
2 changes: 1 addition & 1 deletion updatecli/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ github:
user: "GitHub Actions Bot"
email: "[email protected]"
owner: "hainenber"
repository: "jenkins-labs"
repository: "jenkins-lab"
token: "UPDATECLI_GITHUB_TOKEN"
username: "github-actions"
branch: "main"

0 comments on commit bddfe54

Please sign in to comment.