Skip to content

Commit 4f7fe89

Browse files
committed
stage syntax fix
1 parent b827861 commit 4f7fe89

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Jenkinsfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,12 @@ pipeline {
1414
sh 'npm install'
1515
}
1616
}
17-
}
1817

19-
stages {
2018
stage('Test') {
2119
steps {
2220
sh './jenkins/scripts/test.sh'
2321
}
2422
}
2523
}
24+
2625
}

0 commit comments

Comments
 (0)