Skip to content

Commit d19ebe6

Browse files
committed
Fix branch typo in Jenkinsfile
1 parent c4eea91 commit d19ebe6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Jenkinsfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,12 @@ pipeline {
1515
}
1616
}
1717
stage('Deploy') {
18-
when { branch 'main' }
18+
when { branch 'master' }
1919
steps {
2020
echo "Deploy"
2121
sh '${M2_HOME}/bin/mvn help:effective-settings -B -V clean deploy -e'
2222
}
2323
}
2424
}
2525
}
26+

0 commit comments

Comments
 (0)