Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
sanjeev committed Sep 10, 2024
2 parents 670ffff + 97c4cd0 commit 0be19b4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion Jenkinsfile-Code-Quality
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,11 @@ pipeline {
}
}
stage('Verify Code Quality') {

when {
expression {
return env.action == 'opened'
}
}
stages {
stage('Get PullRequestNumber') {
steps {
Expand Down
2 changes: 1 addition & 1 deletion templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
</style>
</head>
<body>
<h1>Todo App: v7</h1>
<h1>Todo App: v8</h1>

<!-- Add Task Form -->
<form method="post">
Expand Down

0 comments on commit 0be19b4

Please sign in to comment.