Skip to content

Commit

Permalink
adding jenkins build script
Browse files Browse the repository at this point in the history
  • Loading branch information
debbabi committed Mar 10, 2015
1 parent bb2c629 commit c143f92
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,5 @@ pom.xml.versionsBackup
pom.xml.next
release.properties

build.sh
build.sh
venv
10 changes: 5 additions & 5 deletions jenkins-build.sh
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
#!/bin/bash

$DEVPI_URL=$1
$devpi_index=$2
$devpi_user=$3
$devpi_password=$4
$devpi_formats=$5
DEVPI_URL=$1
devpi_index=$2
devpi_user=$3
devpi_password=$4
devpi_formats=$5

# Move to the Python sources
cd python
Expand Down

0 comments on commit c143f92

Please sign in to comment.