neilcsmith-net commented on pull request #31:
URL: 
https://github.com/apache/netbeans-jenkins-lib/pull/31#issuecomment-888348517


   I've added the following check in the cron job php -
   
   ```
                $longapidocurl = $release_info['apidocurl'];
   +            if (!is_string($longapidocurl) || strpos($longapidocurl, 
"https://bits.netbeans.org/";) !== 0) {
   +              continue;
   +            }
                $apidocurl = substr($longapidocurl,26); // remove 
bits.netbeans.org
   ```
   
   Need to see what / whether that needs handling in Ant build then?  This OK 
to merge before then?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to