ant/Jenkins: move doesn't support the “quiet” attribute

前端 未结 2 1745
生来不讨喜
生来不讨喜 2021-01-28 18:02

My build script executes:


        
            

        
相关标签:
2条回答
  • 2021-01-28 18:39

    I solved it by:

    1. In Jenkins setup, set a tool location for ant enter image description here
    2. Now in my build job a new selection appeared: Ant Version enter image description here

    My ant on my mac:

    ant -v
    Apache Ant(TM) version 1.8.4 compiled on May 22 2012
    
    0 讨论(0)
  • 2021-01-28 18:41

    Assuming that you're running Jenkins on your iMac, go to [http://yourjenkins/configure] and add an Ant installation that points to your Ant 1.8.4 directory. Then, in the Ant build step of your Jenkins job configuration, specify that version of Ant and things should start working.

    If your Jenkins server is on a different machine, repeat the instructions but install Ant 1.8.4 on the Jenkins server, or use the "Install automatically" option to install Ant on demand.

    0 讨论(0)
提交回复
热议问题