You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@royale.apache.org by Apache Royale CI Server <ap...@gmail.com> on 2019/02/14 19:25:32 UTC

Royale_Release_Step_002 - Build # 10 - Still Failing!

Royale_Release_Step_002 - Build # 10 - Still Failing:

Check console output at http://apacheroyaleci.westus2.cloudapp.azure.com:8080/job/Royale_Release_Step_002/10/ to view the results.

Re: Release Step 002 Succeeded

Posted by Alex Harui <ah...@adobe.com.INVALID>.
Note to self, I had to set up settings.xml on the CI server to override the skipgpg property.

<settings>
  <profiles>
    <profile>
      <id>disable-gpg</id>
      <properties>
        <skipgpg>true</skipgpg>
      </properties>
    </profile>
  </profiles>
 
  <activeProfiles>
    <activeProfile>disable-gpg</activeProfile>
  </activeProfiles>
</settings>

On 2/14/19, 11:46 AM, "Apache Royale CI Server" <ap...@gmail.com> wrote:

    Log in to the server, open a command prompt, change directory to C:\jenkins\workspace\Royale_Release_Step_002 and run the following commands:
    git push
    
    You will need your Apache/Github username and 2FA token.


Release Step 002 Succeeded

Posted by Apache Royale CI Server <ap...@gmail.com>.
Log in to the server, open a command prompt, change directory to C:\jenkins\workspace\Royale_Release_Step_002 and run the following commands:
git push

You will need your Apache/Github username and 2FA token.