Update insurance/Jenkinsfile.InsuranceFe

This commit is contained in:
2025-08-26 14:07:27 +08:00
parent 8eecec0395
commit 49b4f90d28

View File

@@ -21,6 +21,18 @@ pipeline {
])
}
}
stage('Check Node Version') {
steps {
sh '''
echo "Current user: $(whoami)"
echo "PATH=$PATH"
which node
node -v
npm -v
'''
}
}
stage('Increase Version') {
steps {