Jenkins Pipeline call Groovy scriptJenkins Pipeline sh bad substitutionLoading groovy script from jenkins slaveJenkins Declarative Pipeline, run groovy script on slave agentJenkins groovy pipeline - calling build step for another pipelineCalling shell commands in groovy script, used in Jenkins pipelineHow to get the absolute path of a file (from workspace) in Jenkins pipeline script (in windows environment)Referencing variable in declarative jenkins pipelineGroovy scripting in place of shell scripting in Jenkins PipelineGroovy shell script with a sed command in a Jenkins PipelineLooping in Jenkins CICD pipeline and call another JenkinsFiles in same job

Where does an unaligned creature's soul go after death?

What is the meaning of "heutig" in this sentence?

Is it a good idea to leave minor world details to the reader's imagination?

Norwegian refuses EU delay (4.7 hours) compensation because it turned out there was nothing wrong with the aircraft

Did Apollo carry and use WD40?

Social leper versus social leopard

I feel like most of my characters are the same, what can I do?

How to deal with my team leader who keeps calling me about project updates even though I am on leave for personal reasons?

reverse a list of generic type

If the EU does not offer an extension to UK's Article 50 invocation, is the Benn Bill irrelevant?

Could Apollo astronauts see city lights from the moon?

Which museums have artworks of all four Ninja Turtles' namesakes?

How does IBM's 53-bit quantum computer compare to classical ones for cryptanalytic tasks?

What's the story to "WotC gave up on fixing Polymorph"?

Is it right to extend flaps only in the white arc?

Has my MacBook been hacked?

Why is there not a feasible solution for a MIP?

Writing a letter of recommendation for a mediocre student

What can a pilot do if an air traffic controller is incapacitated?

What is this utensil for?

Why is there is no screening for Ovarian Cancer?

What do you do if you have developments on your paper during the long peer review process?

Safely hang a mirror that does not have hooks

Examples of "unsuccessful" theories with afterlives



Jenkins Pipeline call Groovy script


Jenkins Pipeline sh bad substitutionLoading groovy script from jenkins slaveJenkins Declarative Pipeline, run groovy script on slave agentJenkins groovy pipeline - calling build step for another pipelineCalling shell commands in groovy script, used in Jenkins pipelineHow to get the absolute path of a file (from workspace) in Jenkins pipeline script (in windows environment)Referencing variable in declarative jenkins pipelineGroovy scripting in place of shell scripting in Jenkins PipelineGroovy shell script with a sed command in a Jenkins PipelineLooping in Jenkins CICD pipeline and call another JenkinsFiles in same job






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;








0















I am trying to call the sample.groovy by passing test.xml as parameter to the goovy script from jenkins pipeline using below command



node('xxx')
dir('E:Projectworkspacedev')
bat 'call groovy Scriptsample.groovy ".ConfigManaged FileRepotest.xml" > output.log'





When i run the call groovy Scriptsample.groovy ".ConfigManaged FileRepotest.xml" > output.log via Command prompt it works file. Below is the error message i am seeing when running through jenkins pipeline



E:Projectworkspacedev>call groovy Scriptsample.groovy ".ConfigManaged FileRepo\test.xml" 1>output.log 
Caught: java.io.FileNotFoundException:
E:Projectworkspacedevcall groovy Scriptsample.groovy
(E:Projectworkspacedevcall groovy Scriptsample.groovy)
java.io.FileNotFoundException:
E:Projectworkspacedevcall groovy Scriptsample.groovy
(E:Projectworkspacedevcall groovy Scriptsample.groovy)
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline
ERROR: script returned exit code 1
Finished: FAILURE


Appreciate any pointers on this.










share|improve this question


























  • Did you try using a double backslash instead of a single backslash for the path? change: >> \

    – Remy
    Apr 2 at 13:51


















0















I am trying to call the sample.groovy by passing test.xml as parameter to the goovy script from jenkins pipeline using below command



node('xxx')
dir('E:Projectworkspacedev')
bat 'call groovy Scriptsample.groovy ".ConfigManaged FileRepotest.xml" > output.log'





When i run the call groovy Scriptsample.groovy ".ConfigManaged FileRepotest.xml" > output.log via Command prompt it works file. Below is the error message i am seeing when running through jenkins pipeline



E:Projectworkspacedev>call groovy Scriptsample.groovy ".ConfigManaged FileRepo\test.xml" 1>output.log 
Caught: java.io.FileNotFoundException:
E:Projectworkspacedevcall groovy Scriptsample.groovy
(E:Projectworkspacedevcall groovy Scriptsample.groovy)
java.io.FileNotFoundException:
E:Projectworkspacedevcall groovy Scriptsample.groovy
(E:Projectworkspacedevcall groovy Scriptsample.groovy)
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline
ERROR: script returned exit code 1
Finished: FAILURE


Appreciate any pointers on this.










share|improve this question


























  • Did you try using a double backslash instead of a single backslash for the path? change: >> \

    – Remy
    Apr 2 at 13:51














0












0








0








I am trying to call the sample.groovy by passing test.xml as parameter to the goovy script from jenkins pipeline using below command



node('xxx')
dir('E:Projectworkspacedev')
bat 'call groovy Scriptsample.groovy ".ConfigManaged FileRepotest.xml" > output.log'





When i run the call groovy Scriptsample.groovy ".ConfigManaged FileRepotest.xml" > output.log via Command prompt it works file. Below is the error message i am seeing when running through jenkins pipeline



E:Projectworkspacedev>call groovy Scriptsample.groovy ".ConfigManaged FileRepo\test.xml" 1>output.log 
Caught: java.io.FileNotFoundException:
E:Projectworkspacedevcall groovy Scriptsample.groovy
(E:Projectworkspacedevcall groovy Scriptsample.groovy)
java.io.FileNotFoundException:
E:Projectworkspacedevcall groovy Scriptsample.groovy
(E:Projectworkspacedevcall groovy Scriptsample.groovy)
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline
ERROR: script returned exit code 1
Finished: FAILURE


Appreciate any pointers on this.










share|improve this question
















I am trying to call the sample.groovy by passing test.xml as parameter to the goovy script from jenkins pipeline using below command



node('xxx')
dir('E:Projectworkspacedev')
bat 'call groovy Scriptsample.groovy ".ConfigManaged FileRepotest.xml" > output.log'





When i run the call groovy Scriptsample.groovy ".ConfigManaged FileRepotest.xml" > output.log via Command prompt it works file. Below is the error message i am seeing when running through jenkins pipeline



E:Projectworkspacedev>call groovy Scriptsample.groovy ".ConfigManaged FileRepo\test.xml" 1>output.log 
Caught: java.io.FileNotFoundException:
E:Projectworkspacedevcall groovy Scriptsample.groovy
(E:Projectworkspacedevcall groovy Scriptsample.groovy)
java.io.FileNotFoundException:
E:Projectworkspacedevcall groovy Scriptsample.groovy
(E:Projectworkspacedevcall groovy Scriptsample.groovy)
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline
ERROR: script returned exit code 1
Finished: FAILURE


Appreciate any pointers on this.







xml groovy jenkins-pipeline jenkins-groovy






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Mar 28 at 21:53









Remy

1329 bronze badges




1329 bronze badges










asked Mar 28 at 16:12









sumasuma

961 gold badge1 silver badge5 bronze badges




961 gold badge1 silver badge5 bronze badges















  • Did you try using a double backslash instead of a single backslash for the path? change: >> \

    – Remy
    Apr 2 at 13:51


















  • Did you try using a double backslash instead of a single backslash for the path? change: >> \

    – Remy
    Apr 2 at 13:51

















Did you try using a double backslash instead of a single backslash for the path? change: >> \

– Remy
Apr 2 at 13:51






Did you try using a double backslash instead of a single backslash for the path? change: >> \

– Remy
Apr 2 at 13:51













1 Answer
1






active

oldest

votes


















0
















Try below script to confirm folder Script and Config and required files is under the workdir of bat via execute dir



node('xxx')
dir('E:Projectworkspacedev')
bat 'dir'
bat 'dir Script'
bat 'dir ConfigManaged FileRepo'







share|improve this answer



























    Your Answer






    StackExchange.ifUsing("editor", function ()
    StackExchange.using("externalEditor", function ()
    StackExchange.using("snippets", function ()
    StackExchange.snippets.init();
    );
    );
    , "code-snippets");

    StackExchange.ready(function()
    var channelOptions =
    tags: "".split(" "),
    id: "1"
    ;
    initTagRenderer("".split(" "), "".split(" "), channelOptions);

    StackExchange.using("externalEditor", function()
    // Have to fire editor after snippets, if snippets enabled
    if (StackExchange.settings.snippets.snippetsEnabled)
    StackExchange.using("snippets", function()
    createEditor();
    );

    else
    createEditor();

    );

    function createEditor()
    StackExchange.prepareEditor(
    heartbeatType: 'answer',
    autoActivateHeartbeat: false,
    convertImagesToLinks: true,
    noModals: true,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: 10,
    bindNavPrevention: true,
    postfix: "",
    imageUploader:
    brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
    contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/4.0/"u003ecc by-sa 4.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
    allowUrls: true
    ,
    onDemand: true,
    discardSelector: ".discard-answer"
    ,immediatelyShowMarkdownHelp:true
    );



    );














    draft saved

    draft discarded
















    StackExchange.ready(
    function ()
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55402300%2fjenkins-pipeline-call-groovy-script%23new-answer', 'question_page');

    );

    Post as a guest















    Required, but never shown

























    1 Answer
    1






    active

    oldest

    votes








    1 Answer
    1






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes









    0
















    Try below script to confirm folder Script and Config and required files is under the workdir of bat via execute dir



    node('xxx')
    dir('E:Projectworkspacedev')
    bat 'dir'
    bat 'dir Script'
    bat 'dir ConfigManaged FileRepo'







    share|improve this answer





























      0
















      Try below script to confirm folder Script and Config and required files is under the workdir of bat via execute dir



      node('xxx')
      dir('E:Projectworkspacedev')
      bat 'dir'
      bat 'dir Script'
      bat 'dir ConfigManaged FileRepo'







      share|improve this answer



























        0














        0










        0









        Try below script to confirm folder Script and Config and required files is under the workdir of bat via execute dir



        node('xxx')
        dir('E:Projectworkspacedev')
        bat 'dir'
        bat 'dir Script'
        bat 'dir ConfigManaged FileRepo'







        share|improve this answer













        Try below script to confirm folder Script and Config and required files is under the workdir of bat via execute dir



        node('xxx')
        dir('E:Projectworkspacedev')
        bat 'dir'
        bat 'dir Script'
        bat 'dir ConfigManaged FileRepo'








        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered Mar 28 at 16:33









        yongyong

        8,7121 gold badge5 silver badges13 bronze badges




        8,7121 gold badge5 silver badges13 bronze badges

































            draft saved

            draft discarded















































            Thanks for contributing an answer to Stack Overflow!


            • Please be sure to answer the question. Provide details and share your research!

            But avoid


            • Asking for help, clarification, or responding to other answers.

            • Making statements based on opinion; back them up with references or personal experience.

            To learn more, see our tips on writing great answers.




            draft saved


            draft discarded














            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55402300%2fjenkins-pipeline-call-groovy-script%23new-answer', 'question_page');

            );

            Post as a guest















            Required, but never shown





















































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown

































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown







            Popular posts from this blog

            Kamusi Yaliyomo Aina za kamusi | Muundo wa kamusi | Faida za kamusi | Dhima ya picha katika kamusi | Marejeo | Tazama pia | Viungo vya nje | UrambazajiKuhusu kamusiGo-SwahiliWiki-KamusiKamusi ya Kiswahili na Kiingerezakuihariri na kuongeza habari

            Swift 4 - func physicsWorld not invoked on collision? The Next CEO of Stack OverflowHow to call Objective-C code from Swift#ifdef replacement in the Swift language@selector() in Swift?#pragma mark in Swift?Swift for loop: for index, element in array?dispatch_after - GCD in Swift?Swift Beta performance: sorting arraysSplit a String into an array in Swift?The use of Swift 3 @objc inference in Swift 4 mode is deprecated?How to optimize UITableViewCell, because my UITableView lags

            Access current req object everywhere in Node.js ExpressWhy are global variables considered bad practice? (node.js)Using req & res across functionsHow do I get the path to the current script with Node.js?What is Node.js' Connect, Express and “middleware”?Node.js w/ express error handling in callbackHow to access the GET parameters after “?” in Express?Modify Node.js req object parametersAccess “app” variable inside of ExpressJS/ConnectJS middleware?Node.js Express app - request objectAngular Http Module considered middleware?Session variables in ExpressJSAdd properties to the req object in expressjs with Typescript