stage ('build') {
    try {
        sh 'npm run build'
    } catch (error) {
        echo error
    }
}