Skip to content

Commit

Permalink
Fixing the git addr for Jenkins
Browse files Browse the repository at this point in the history
  • Loading branch information
marigostra committed Jun 14, 2024
1 parent 9fb2653 commit 38d368e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion jenkins-image/casc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
scm {
git {
remote {
url('https://github.com/egusator/parent.git')
url('https://github.com/luwrain/parent.git')
branch('*/master')
}
}
Expand Down
3 changes: 3 additions & 0 deletions jenkins-image/logs
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/bash -e

./cli console testjobs/default-agent "$@"

0 comments on commit 38d368e

Please sign in to comment.