-
Type: Bug
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 4.1.2
-
Fix Version/s: 4.1.3
-
Component/s: Packaging / Build
-
Tags:
In tools/jenkins/beta.groovy and cleanup.groovy, we ar eusing this URL to fetch the repository:
url: 'ssh://git@github.com/nuxeo/nuxeo-drive.git'
In fact, it should be url: 'git@github.com:nuxeo/nuxeo-drive.git'.