question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

some functions are missing/not available

See original GitHub issue

i am getting this error:

TypeError: jenkins.all_builds is not a function

so i decided to print the jenkins object like this

var jenkinsapi = require('jenkins-api'); var jenkins = jenkinsapi.init('https://${username}:${token}@my-jenkins-uri'); console.log(jenkins)

and from the follow output it seems that some functions are missing for some reason…

{ build: [Function: build], stop_build: [Function: stop_build], all_jobs: [Function: all_jobs], all_jobs_in_view: [Function: all_jobs_in_view], job_info: [Function: job_info], last_build_info: [Function: last_build_info], last_completed_build_info: [Function: last_completed_build_info], build_info: [Function: build_info], last_build_report: [Function: last_build_report], get_config_xml: [Function: get_config_xml], create_job: [Function: create_job], update_job: [Function: update_job], copy_job: [Function: copy_job], delete_job: [Function: delete_job], disable_job: [Function: disable_job], enable_job: [Function: enable_job], last_success: [Function: last_success], last_result: [Function: last_result], queue: [Function: queue], computers: [Function: computers], job_output: [Function: job_output] }

I am using node v6.11.1. Any ideas?

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:6

github_iconTop GitHub Comments

2reactions
kub1xcommented, Jul 27, 2017

@andreash92 Hay, thanks for the note. NPM holds what the original devs deployed as a stable version two years ago and I’m trying to do quite some upgrade (there were 13 PRs waiting) and testing before I publish the next version. Please be patient.

1reaction
kub1xcommented, Aug 6, 2017

@andreash92, @chrisallmark the version 0.3.1 is out now 😉

Read more comments on GitHub >

github_iconTop Results From Across the Web

Some functions missing - Microsoft Community
Downloaded as directed but my Powerpoint app is missing some functions. The home window does not look like the examples I see on...
Read more >
Why some custom expression functions are missing
There might be a few reasons why functions are not present in the list of available functions: Situation1: Some Custom aggregation functions ......
Read more >
Excel Functions Missing in Office 2016: IFS, MAXIFS, MINIFS ...
If you have a standalone version of Excel that does not have the IFS, MAXIFS, MINIFS, SWITCH, CONCAT or TEXTJOIN function you have...
Read more >
Excel is missing certain functions - Stack Overflow
Is there a way to install these functions manually? I am using: Microsoft® Excel® 2016 MSO (Version 2112 Build 16.0.14729.20156) 64 Bit. I...
Read more >
'Not Available' / Missing Values - R
'Not Available' / Missing Values ... The generic function anyNA implements any(is.na(x)) in a possibly faster way (especially for atomic vectors).
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found