Merge ~adam-collard/maas-ci:maas-ui-main into maas-ci:maas-ui-sync

Proposed by Adam Collard
Status: Merged
Merged at revision: bc7770ec5f734e197fb7962d788b8064e2db984d
Proposed branch: ~adam-collard/maas-ci:maas-ui-main
Merge into: maas-ci:maas-ui-sync
Diff against target: 14 lines (+2/-1)
1 file modified
Jenkinsfile (+2/-1)
Reviewer Review Type Date Requested Status
Alberto Donato (community) Approve
Review via email: mp+423385@code.launchpad.net

Commit message

Set branch to 'main'

To post a comment you must log in.
Revision history for this message
Alberto Donato (ack) wrote :

+1

small nit inline

review: Approve
Revision history for this message
Adam Collard (adam-collard) :

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/Jenkinsfile b/Jenkinsfile
2index 30f865d..1bd8492 100644
3--- a/Jenkinsfile
4+++ b/Jenkinsfile
5@@ -25,7 +25,8 @@ pipeline {
6 stages {
7 stage('Prepare') {
8 steps {
9- git url: 'https://github.com/canonical-web-and-design/maas-ui.git'
10+ git branch: 'main',
11+ url: 'https://github.com/canonical-web-and-design/maas-ui'
12 echo "Updating maas-ui ${MAAS_UI_REF} in ${LP_REPO_DEST}:${LP_BRANCH_DEST}"
13 cleanWs()
14 }

Subscribers

People subscribed via source and target branches

to all changes: