Unresolvable nodeJS installer for version=x.x.x, cpu=i386, platform=LINUX

XMLWordPrintable

    • Type: Bug
    • Resolution: Not A Defect
    • Priority: Critical
    • Component/s: nodejs-plugin
    • None
    • Environment:
      java version "1.8.0_261" , OS = Ubuntu 18.04.4 LTS

      i have done nodejs installation from global-tool-configuration
      after that When testing node version from pipeline its giving error.

      PipeLine-Code

      pipeline {
      agent any

      tools

      {nodejs "node"}

      stages {
      stage('Example') {
      steps

      { sh 'node -v' }

      }
      }
      }

            Assignee:
            Nikolas Falco
            Reporter:
            Bharat Prajapati
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: