Skip to content
The Jenkins Controller is preparing for shutdown. No new builds can be started.
Success

Changes

Summary

  1. Update: Windows Cygwin sshd setup. (details)
  2. Add missing gluegen-rt-android and jogl-all-android modules (JAR only, (details)
  3. Deploy source files (zip -> jar), if available. (details)
  4. Allow REPOSITORY_URL and REPOSITORY_ID to be pre-defined (setting server (details)
  5. Maven: Stoe generated/temp *.pom files in output/ (details)
  6. Abstract reading of make-projects.txt with make-list-projects.sh in (details)
  7. Android build scripts: Fix env. name ANDROID_SDK_HOME -> ANDROID_HOME (details)
Commit a1b84616a4a641b863a243b48b12348ff2372156 by Sven Gothel
Update: Windows Cygwin sshd setup.
The file was modifiedjenkins-server-slave-setup/cygwin-sshd/cygwin_sshd_win7_init.txt (diff)
The file was modifiedjenkins-server-slave-setup/cygwin-sshd/cygwin_sshd_win7_usr_process.txt (diff)
The file was modifiedjenkins-server-slave-setup/cygwin-sshd/FAQ.txt (diff)
Commit f90c7e09b05db0b84e341f1ca077c2e41b670884 by Sven Gothel
Add missing gluegen-rt-android and jogl-all-android modules (JAR only, no-native)
The file was modifiedmaven/make-projects.txt (diff)
The file was addedmaven/gluegen-rt-android.pom.sh
The file was addedmaven/jogl-all-android.pom.sh
Commit 1ddf7e0511e78257019ac98d92ceccc77e262bc5 by Sven Gothel
Deploy source files (zip -> jar), if available.
The file was modifiedmaven/make-copy-jars.sh (diff)
The file was modifiedmaven/make-projects.txt (diff)
Commit 6bdc31b31dfcd92a4b0f0114b5465a750483476c by Sven Gothel
Allow REPOSITORY_URL and REPOSITORY_ID to be pre-defined (setting server in user script)
The file was modifiedmaven/make-deploy-one.sh (diff)
Commit fec3baf2834693e27666391aadc70e3e2e472b8c by Sven Gothel
Maven: Stoe generated/temp *.pom files in output/
The file was modifiedmaven/make-poms.sh (diff)
The file was modifiedmaven/make-copy-poms.sh (diff)
Commit 211a57c514d72735a54cd95826e9da1f915aec76 by Sven Gothel
Abstract reading of make-projects.txt with make-list-projects.sh in order to allow for comments in the file

Conflicts:
maven/make-copy-jars.sh
maven/make-deploy-one.sh
maven/make-projects.txt
The file was modifiedmaven/make-projects.txt (diff)
The file was modifiedmaven/make-directories.sh (diff)
The file was modifiedmaven/make-poms.sh (diff)
The file was modifiedmaven/make-deploy-one.sh (diff)
The file was addedmaven/make-list-projects.sh
The file was modifiedmaven/make-copy-poms.sh (diff)
The file was modifiedmaven/make-copy-jars.sh (diff)
The file was modifiedmaven/make-deploy.sh (diff)
Commit 7e36d6e6509328d63388d3d37b848b9162f03ccd by Sven Gothel
Android build scripts: Fix env. name ANDROID_SDK_HOME -> ANDROID_HOME

Intuitively I assumed ANDROID_SDK_HOME to be pointing to the SDK root dir,
however this is not true: Semantics by Android tools are:

ANDROID_SDK_HOME - Users ~/.android folder
ANDROID_HOME     - SDK root folder
The file was modifiedjenkins-server-slave-setup/nodes/sgothel-linux64-amd58xx-001_002.linuxARMv7l-030.androidARMv7l-040/start-ssh-jenkins-linux.sh (diff)