Jenkinsfile syntax highlighting in Java project using Intellij Idea
Jenkinsfile syntax highlighting in Java project using Intellij Idea We already tried the approaches as listed below: After having searched the web for many hours on multiple days, we still haven't found a helpful resource on this matter. Thus, it appears to make sense to ask a new question here. We are developing our Java projects in IntelliJ idea and want to integrate our builds with Jenkins. When we create a Jenkinsfile in Idea, we do not get syntax highlighting or auto completion. Since we are new to Jenkins, those features would be really useful to us. How can we make Idea be more supportive with Jenkinsfiles? If there is no way to get syntax highlighting and auto completion for a Jenkinsfile in idea, what other editors would be helpful? Please note: We've already tried the plugin https://github.com/oliverlockwood/jenkinsfile-idea-plugin. When the plugin is activated, the Jenkinsfile is recognized as such, but instead of syntax highlighting we get an error message, please s...
I've currently checked in the console and it shows the following:
exception nativeEvalAndFetch : ReferenceError: Can't find variable: cordovaglobal code about:blank 1:127 global code script element 1:1:127try { cordova.require('cordova/exec').nativeEvalAndFetch(function() { cordova.fireDocumentEvent('active'); }) } catch (e) { console.log('exception nativeEvalAndFetch : ' + e); };Looking for this code in xcode I find that it is in CDVCommandDelegateImpl.m but I could not solve it yet– Alex
May 23 at 22:02