false
https://github.com/sloeber/arduino-eclipse-plugin.git/
10
10
-1
-1
2
https://jantje@github.com/jantje/arduino-eclipse-plugin.git
37aebe28-16bb-40e8-a8e3-dc998e2c865a
*/master
false
true
false
false
false
jdk11 van wim
H 6 * * *
false
com.github.brodykenrick.arduino-eclipse-plugin
root
clean verify -Pall,sloeber_release,NOSDK -Dtest=NightlyJenkins
true
false
true
false
true
false
false
false
true
-1
false
false
true
eclipse@baeyens.it
false
false
false
#!/bin/bash
changelog=${WORKSPACE}/../builds/${BUILD_ID}/changelog.xml
content=`head -1 "${changelog}"`
echo ${content}
if [ "${content}" == "<log/>" ]; then
echo No change
exit 1
fi
if [ "${content}" == "" ]; then
echo No change
exit 2
fi
echo change
exit 0
FTP:
ftp.baeyens.it
false
website/WebContent/**
website/WebContent
false
false
false
false
false
[, ]+
false
update/V4/nightly
io.sloeber.updatesite/target/repository/
io.sloeber.updatesite/target/repository/
false
false
false
false
false
[, ]+
false
false
false
false
false
false
#!/bin/ash
rm *.tar.gz
rm *.zip
exit 0
#!/bin/ash
THE_VERSION=V4.3.3
WIN_64_JRE_SOURCE="/share/homes/admin/.jenkins/extra/win32_64/jre"
WIN_64_JRE_TARGET="${WORKSPACE}/io.sloeber.product/target/products/io.sloeber.product/win32/win32/x86_64/Sloeber"
cp -R "${WIN_64_JRE_SOURCE}" "${WIN_64_JRE_TARGET}"
BUILD_TIMESTAMP=`date +'%Y-%m-%d_%H-%M-%S'`
DOWNLOAD_ZIP_LINUX=${WORKSPACE}/${THE_VERSION}_linux64.${BUILD_TIMESTAMP}.zip
DOWNLOAD_ZIP_WINDOWS=${WORKSPACE}/${THE_VERSION}_win64.${BUILD_TIMESTAMP}.zip
DOWNLOAD_ZIP_MAC=${WORKSPACE}/${THE_VERSION}_mac64.${BUILD_TIMESTAMP}.zip
mv "${WORKSPACE}/io.sloeber.product/target/products/sloeber-ide-sloeber_release-linux.gtk.x86_64.zip" "${DOWNLOAD_ZIP_LINUX}"
mv "${WORKSPACE}/io.sloeber.product/target/products/sloeber-ide-sloeber_release-macosx.cocoa.x86_64.zip" "${DOWNLOAD_ZIP_MAC}"
cd "${WIN_64_JRE_TARGET}"
cd ..
zip -rq "${DOWNLOAD_ZIP_WINDOWS}" Sloeber
exit 0
SUCCESS
0
BLUE
true