Skip to content

Commit

Permalink
Add test ayushiee#2
Browse files Browse the repository at this point in the history
  • Loading branch information
davidhei2023 committed Jul 25, 2024
1 parent 0a5e37e commit 653a588
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pipelines/test.Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@ pipeline {
steps {
sh 'echo linting...'
}
post {
always {
junit 'lintingResult.xml'
}
}
}
}
}
}
Expand Down

0 comments on commit 653a588

Please sign in to comment.