Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-63893

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

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Not A Defect
    • Icon: Critical Critical
    • nodejs-plugin
    • None
    • 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' }

      }
      }
      }

            nfalco Nikolas Falco
            bharat29 Bharat Prajapati
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: