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" <[email protected]> 
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.

Reply via email to