Skip to content

Console Output

Started by user ondrej.mihalyi@payara.fish
Running in Durability level: MAX_SURVIVABILITY
[Pipeline] node
Running on Jenkins in /home/hudson/genie.microprofile/.jenkins/jobs/MicroProfile releases test/workspace
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Tool Install)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Checkout)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] git
Cloning the remote Git repository
Cloning repository git@github.com:eclipse/microprofile.git
 > /usr/local/bin/git init /home/hudson/genie.microprofile/.jenkins/jobs/MicroProfile releases test/workspace # timeout=10
Fetching upstream changes from git@github.com:eclipse/microprofile.git
 > /usr/local/bin/git --version # timeout=10
 > /usr/local/bin/git fetch --tags --progress git@github.com:eclipse/microprofile.git +refs/heads/*:refs/remotes/origin/*
 > /usr/local/bin/git config remote.origin.url git@github.com:eclipse/microprofile.git # timeout=10
 > /usr/local/bin/git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > /usr/local/bin/git config remote.origin.url git@github.com:eclipse/microprofile.git # timeout=10
Fetching upstream changes from git@github.com:eclipse/microprofile.git
 > /usr/local/bin/git fetch --tags --progress git@github.com:eclipse/microprofile.git +refs/heads/*:refs/remotes/origin/*
 > /usr/local/bin/git rev-parse refs/remotes/origin/aggregated-javadocs^{commit} # timeout=10
 > /usr/local/bin/git rev-parse refs/remotes/origin/origin/aggregated-javadocs^{commit} # timeout=10
Checking out Revision 0ccb437ae7cb1cf3577b3dd078f1617573276641 (refs/remotes/origin/aggregated-javadocs)
 > /usr/local/bin/git config core.sparsecheckout # timeout=10
 > /usr/local/bin/git checkout -f 0ccb437ae7cb1cf3577b3dd078f1617573276641
 > /usr/local/bin/git branch -a -v --no-abbrev # timeout=10
 > /usr/local/bin/git checkout -b aggregated-javadocs 0ccb437ae7cb1cf3577b3dd078f1617573276641
Commit message: "Generate aggregated MP javadocs Signed-off-by:Ondrej Mihalyi <ondrej.mihalyi@payara.fish>"
First time build. Skipping changelog.
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Copy Specs)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
[workspace] Running shell script
+ mkdir -p /home/data/httpd/download.eclipse.org/microprofile/microprofile-2.0-javadocs-test
[Pipeline] sh
[workspace] Running shell script
+ cp -r 'spec/target/generated-docs/*' /home/data/httpd/download.eclipse.org/microprofile/microprofile-2.0-javadocs-test
cp: cannot stat ‘spec/target/generated-docs/*’: No such file or directory
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Declarative: Post Actions)
[Pipeline] archive
The archive step is deprecated, please use archiveArtifacts instead."
No files found to archive for pattern "spec/target/generated-docs/*", continuing.
[Pipeline] deleteDir
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline
ERROR: script returned exit code 1
Finished: FAILURE