Skip to content

Commit 507b2fa

Browse files
committed
Updated jenkins file
1 parent 53f02ee commit 507b2fa

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

JenkinsFile

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
pipeline {
22
agent any
33

4-
stages {
5-
stage('Checkout') {
6-
steps {
7-
checkout scm
4+
stages {
5+
stage('Checkout') {
6+
steps {
7+
checkout scm
8+
}
89
}
9-
}
1010

11-
stage('Install Dependencies') {
11+
stage('Install Dependencies') {
1212
steps {
1313
sh 'npm ci'
1414
sh 'npx playwright install --with-deps'

0 commit comments

Comments
 (0)