Skip to content
StepArgumentsStatus
Start of Pipeline - (21 min in block)
podTemplate - (21 min in block)
podTemplate block - (21 min in block)
node - (21 min in block)keyple-java
node block - (15 min in block)
stage - (22 sec in block)Declarative: Checkout SCM
stage block (Declarative: Checkout SCM) - (21 sec in block)
checkout - (20 sec in self)
withEnv - (15 min in block)GIT_COMMIT, GIT_PREVIOUS_COMMIT, GIT_PREVIOUS_SUCCESSFUL_COMMIT, GIT_URL
withEnv block - (15 min in block)
withEnv - (15 min in block)uploadParams, PROJECT_BOT_NAME, forceBuild, PROJECT_NAME
withEnv block - (15 min in block)
stage - (21 sec in block)Keyple Java: Git checkout
stage block (Keyple Java: Git checkout) - (20 sec in block)
container - (14 sec in block)java-builder
container block - (14 sec in block)
git - (13 sec in self)
stage - (22 sec in block)Import keyring
stage block (Import keyring) - (21 sec in block)
container - (15 sec in block)java-builder
container block - (15 sec in block)
withCredentials - (11 sec in block)
withCredentials block - (10 sec in block)
sh - (2.2 sec in self)ln -s /home/jenkins/agent/gradle.properties /home/jenkins/.gradle/gradle.properties
sh - (1.7 sec in self)gpg1 --batch --import "${KEYRING}"
sh - (1.6 sec in self)gpg1 --list-secret-keys
sh - (1.7 sec in self)gpg1 --list-keys
sh - (0.63 sec in self)gpg1 --version
sh - (1.6 sec in self)for fpr in $(gpg1 --list-keys --with-colons | awk -F: '/fpr:/ {print $10}' | sort -u); do echo -e "5 y " | gpg1 --batch --command-fd 0 --expert --edit-key ${fpr} trust; done
sh - (0.64 sec in self)ls -l /home/jenkins/.gnupg/
configFileProvider - (2.7 sec in block)
configFileProvider block - (2 sec in block)
sh - (1.7 sec in self)head -1 /home/jenkins/.gradle/gradle.properties
stage - (2 min 0 sec in block)Keyple Java: Build and Test next Alpha
stage block (Keyple Java: Build and Test next Alpha) - (1 min 59 sec in block)
container - (1 min 54 sec in block)java-builder
container block - (1 min 53 sec in block)
sh - (12 sec in self)./gradlew setNextAlphaVersion
sh - (18 sec in self)./gradlew installAll --info
sh - (1 min 19 sec in self)./gradlew check --info
script - (2.8 sec in block)
script block - (2.4 sec in block)
sh - (1.7 sec in self)grep version java/component/keyple-core/gradle.properties | cut -d= -f2 | tr -d "[:space:]"
echo - (1 ms in self)Building version 1.0.0-alpha-1
stage - (5 min 17 sec in block)Keyple Android: Build and Test next Alpha
stage block (Keyple Android: Build and Test next Alpha) - (5 min 16 sec in block)
container - (5 min 10 sec in block)java-builder
container block - (5 min 10 sec in block)
org.jenkinsci.plugins.workflow.steps.PushdStep - (5 min 9 sec in block)
org.jenkinsci.plugins.workflow.steps.PushdStep block - (5 min 9 sec in block)
sh - (17 sec in self)./gradlew setNextAlphaVersion
sh - (3 min 48 sec in self)./gradlew :keyple-plugin:keyple-plugin-android-nfc:installPlugin :keyple-plugin:keyple-plugin-android-nfc:check
sh - (1 min 3 sec in self)./gradlew :keyple-plugin:keyple-plugin-android-omapi:installPlugin :keyple-plugin:keyple-plugin-android-omapi:check
stage - (14 sec in block)Keyple Java: Commit/Tag/Push
stage block (Keyple Java: Commit/Tag/Push) - (13 sec in block)
container - (8.3 sec in block)java-builder
container block - (8 sec in block)
withCredentials - (7 sec in block)
withCredentials block - (6.2 sec in block)
sh - (5.8 sec in self)
stage - (1 min 57 sec in block)Keyple Java: Upload artifacts to sonatype
stage block (Keyple Java: Upload artifacts to sonatype) - (1 min 56 sec in block)
container - (1 min 50 sec in block)java-builder
container block - (1 min 50 sec in block)
configFileProvider - (1 min 49 sec in block)
configFileProvider block - (1 min 48 sec in block)
sh - (1 min 12 sec in self)./gradlew :java:component:keyple-core:uploadArchives ${uploadParams}
sh - (12 sec in self)./gradlew :java:component:keyple-calypso:uploadArchives ${uploadParams}
sh - (10 sec in self)./gradlew :java:component:keyple-plugin:keyple-plugin-pcsc:uploadArchives ${uploadParams}
sh - (9.2 sec in self)./gradlew :java:component:keyple-plugin:keyple-plugin-stub:uploadArchives ${uploadParams}
sh - (2.5 sec in self)./gradlew --stop
stage - (42 sec in block)Keyple Android: Upload artifacts to sonatype
stage block (Keyple Android: Upload artifacts to sonatype) - (41 sec in block)
container - (36 sec in block)java-builder
container block - (35 sec in block)
configFileProvider - (34 sec in block)
configFileProvider block - (34 sec in block)
org.jenkinsci.plugins.workflow.steps.PushdStep - (33 sec in block)
org.jenkinsci.plugins.workflow.steps.PushdStep block - (33 sec in block)
sh - (22 sec in self)
sh - (8.3 sec in self)
sh - (2 sec in self)./gradlew --stop
stage - (3 min 37 sec in block)Keyple Java: Generate apks
stage block (Keyple Java: Generate apks) - (3 min 36 sec in block)
container - (3 min 30 sec in block)java-builder
container block - (3 min 30 sec in block)
sh - (2.5 sec in self)keytool -genkey -v -keystore ~/.android/debug.keystore -storepass android -alias androiddebugkey -keypass android -dname "CN=Android Debug,O=Android,C=US" -keyalg RSA -keysize 2048 -validity 90
org.jenkinsci.plugins.workflow.steps.PushdStep - (2 min 8 sec in block)
org.jenkinsci.plugins.workflow.steps.PushdStep block - (2 min 7 sec in block)
sh - (2 min 6 sec in self)./gradlew assembleDebug -P keyple_version=1.0.0-alpha-1
org.jenkinsci.plugins.workflow.steps.PushdStep - (1 min 18 sec in block)
org.jenkinsci.plugins.workflow.steps.PushdStep block - (1 min 18 sec in block)
sh - (1 min 17 sec in self)./gradlew assembleDebug -P keyple_version=1.0.0-alpha-1
stage - (35 sec in block)Keyple Java: Deploy to eclipse
stage block (Keyple Java: Deploy to eclipse) - (34 sec in block)
container - (29 sec in block)java-builder
container block - (28 sec in block)
sh - (1.6 sec in self)mkdir ./repository
sh - (1.6 sec in self)mkdir ./repository/java
sh - (1.6 sec in self)mkdir ./repository/android
sh - (1.6 sec in self)
sh - (1.8 sec in self)
sh - (1.6 sec in self)
sh - (1.7 sec in self)
sh - (1.6 sec in self)cp ./java/example/calypso/android/nfc/build/outputs/apk/debug/*.apk ./repository/android
sh - (1.7 sec in self)cp ./java/example/calypso/android/omapi/build/outputs/apk/debug/*.apk ./repository/android
sh - (1.6 sec in self)cp ./android/keyple-plugin/android-nfc/build/outputs/aar/keyple-android-plugin*.aar ./repository/android
sh - (1.7 sec in self)cp ./android/keyple-plugin/android-omapi/build/outputs/aar/keyple-android-plugin*.aar ./repository/android
sh - (1.6 sec in self)ls -R ./repository
sshagent - (7.4 sec in block)
sshagent block - (6.3 sec in block)
sh - (2.2 sec in self)ssh genie.keyple@projects-storage.eclipse.org rm -rf /home/data/httpd/download.eclipse.org/keyple/releases
sh - (1.6 sec in self)ssh genie.keyple@projects-storage.eclipse.org mkdir -p /home/data/httpd/download.eclipse.org/keyple/releases
sh - (1.9 sec in self)scp -r ./repository/* genie.keyple@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/keyple/releases
stage - (13 sec in block)Declarative: Post Actions
stage block (Declarative: Post Actions) - (13 sec in block)
container - (10 sec in block)java-builder
container block - (9.7 sec in block)
archiveArtifacts - (4.5 sec in self)
junit - (3.8 sec in self)
junit - (0.73 sec in self)