Update Jenkinsfile

This commit is contained in:
Zheyuan Wu
2025-02-20 11:20:45 -06:00
parent 9360059295
commit 0b67327a92

3
Jenkinsfile vendored
View File

@@ -9,11 +9,12 @@ pipeline {
stages {
stage('Test') {
steps {
echo 'Testing..'
nodejs(nodeJSInstallationName: 'NodeJS') {
sh 'npm install'
sh 'npm run build'
}
}
}
stage('Build') {
steps {
script {