Update insurance/Jenkinsfile.InsuranceFe
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user