in Education by
My question may be silly but I've been trying several ways and I still can't do what I want, i.e.: use the scp target of Ant to target a remote machine and execute a script there this script creates a dynamic list of files get this list of files (only their names) back in Hudson to use it in the next build step (another scp from Ant) I tried to use environment variables but they are interpreted by Hudson so I'm stuck here... Globally my question would be: how to get a result from an Ant build step ? Thanks for your ideas, Emmanuel JavaScript questions and answers, JavaScript questions pdf, JavaScript question bank, JavaScript questions and answers pdf, mcq on JavaScript pdf, JavaScript questions and solutions, JavaScript mcq Test , Interview JavaScript questions, JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)

1 Answer

0 votes
by
You may find File parameter useful. This allows you to create an input file, pass it to build. You may need to write script/ant script to process the file though. In the long term you may evaluate a Hudson farm. This will allow to create tasks that span multiple machines , pass results around. (https://wiki.jenkins-ci.org/display/JENKINS/Plugins)

Related questions

0 votes
    I used to work with Hudson on my project, and lately I had to move it to a new server. I configured it the exact ... /ear and here is the "pom.xml" from "MyProject" folder:...
asked Feb 17, 2022 in Education by JackTerrance
0 votes
    I know I can do this: IDateTimeFactory dtf = MockRepository.GenerateStub(); dtf.Now = new DateTime(); ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Mar 19, 2022 in Education by JackTerrance
0 votes
    I have a Maven build of a Java application that runs successfully on either Linux or Windows by typing the ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Jun 10, 2022 in Education by JackTerrance
0 votes
    How to share information between different build steps or stages in a Jenkins Job?...
asked Sep 14, 2021 in Technology by JackTerrance
0 votes
    How to download the Console log for a particular Jenkins build programmatically?...
asked Jul 17, 2021 in Technology by JackTerrance
0 votes
    How can we move from one desired step to another step? (a) breakpoints (b) System.out.println (c) logger. ... & Servlet of Java Select the correct answer from above options...
asked Feb 22, 2022 in Education by JackTerrance
0 votes
    How can we move from one desired step to another step? (a) breakpoints (b) System.out.println (c ... JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Oct 24, 2021 in Education by JackTerrance
0 votes
    I'm using TensorFlow Alpha 2.0. I have TFRecords files I'm reading from, each one holding a short ... JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Apr 26, 2022 in Education by JackTerrance
0 votes
    I want making multi-bluetooth from Android studio. I found multi-bluetooth java code libraries. but I am ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Jul 3, 2022 in Education by JackTerrance
0 votes
    Which of the following is not a proper use of RE for ethical hackers? (a) Check for poorly designed ... Need-for-Cyber Security:,Cyber Security-Jobs:,Cyber Security Applications...
asked Oct 31, 2021 in Education by JackTerrance
0 votes
    The accelerate step of the implementation roadmap is the begining of another journey that is based on a foundation of what?...
asked Nov 28, 2020 in Technology by JackTerrance
0 votes
    I want when some of the stages in the Jenkins pipeline get error then to have some options like asking ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked May 4, 2022 in Education by JackTerrance
0 votes
    How to get the Jenkins version programmatically in Jobs/Pipelines or nodes other than master?...
asked Sep 14, 2021 in Technology by JackTerrance
0 votes
    I am using Python 2.6.6 and SQLAlchemy 0.6.6 to handle a one to many relationship in my database ... JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Mar 4, 2022 in Education by JackTerrance
...