10:46:45  Started by GitHub push by ilcatania
10:46:45  Push event to branch master
10:46:45  Running as jenkins
10:46:45 05:46:45  Connecting to https://github.com/api/v3 using GitHub credentials
10:46:46  Obtained Jenkinsfile from 61303e1fd2b21c5f59e390c792e423537ae275c3
10:46:46  [Pipeline] Start of Pipeline
10:46:48  [Pipeline] node
10:46:49  Running on localhost in /home/jenkins/workspace/s_jenkins-git-no-tags_master
10:46:49  [Pipeline] {
10:46:53  [Pipeline] stage
10:46:53  [Pipeline] { (Clone repository)
10:47:00  [Pipeline] cleanWs
10:47:00  [WS-CLEANUP] Deleting project workspace...
10:47:00  [WS-CLEANUP] Deferred wipeout is used...
10:47:00  [WS-CLEANUP] done
10:47:00  [Pipeline] checkout
10:47:00  The recommended git tool is: NONE
10:47:00  using credential github-ilcatania
10:47:00  Cloning the remote Git repository
10:47:00  Cloning with configured refspecs honoured and without tags
10:47:01  Cloning repository https://github.com/ilCatania/jenkins-git-no-tags.git
10:47:01   > /usr/bin/git init /export/data/ci/jenkins/workspace/s_jenkins-troubleshooting_master # timeout=10
10:47:01  Fetching upstream changes from https://github.com/ilCatania/jenkins-git-no-tags.git
10:47:01   > /usr/bin/git --version # timeout=10
10:47:01   > git --version # 'git version 2.35.0'
10:47:01  using GIT_ASKPASS to set credentials GitHub credentials
10:47:01   > /usr/bin/git fetch --no-tags --force --progress -- https://github.com/ilCatania/jenkins-git-no-tags.git +refs/heads/master:refs/remotes/origin/master # timeout=10
10:47:01  Avoid second fetch
10:47:01  Checking out Revision 61303e1fd2b21c5f59e390c792e423537ae275c3 (master)
10:47:01  Commit message: "initial commit"
10:47:01   > /usr/bin/git config remote.origin.url https://github.com/ilCatania/jenkins-git-no-tags.git # timeout=10
10:47:01   > /usr/bin/git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
10:47:01   > /usr/bin/git config core.sparsecheckout # timeout=10
10:47:01   > /usr/bin/git checkout -f 61303e1fd2b21c5f59e390c792e423537ae275c3 # timeout=10
10:47:01   > /usr/bin/git rev-list --no-walk a8bda5cc5dec97b488215961908b3412f7e626a4 # timeout=10
10:47:02  [Pipeline] checkout
10:47:02  The recommended git tool is: NONE
10:47:02  using credential github-ilcatania
10:47:02  Fetching changes from the remote Git repository
10:47:02  Fetching without tags
10:47:02  Checking out Revision 61303e1fd2b21c5f59e390c792e423537ae275c3 (master)
10:47:02  Commit message: "initial commit"
10:47:03  [Pipeline] }
10:47:02   > /usr/bin/git rev-parse --resolve-git-dir /export/data/ci/jenkins/workspace/s_jenkins-troubleshooting_master/.git # timeout=10
10:47:02   > /usr/bin/git config remote.origin.url https://github.com/ilCatania/jenkins-git-no-tags.git # timeout=10
10:47:02  Fetching upstream changes from https://github.com/ilCatania/jenkins-git-no-tags.git
10:47:02   > /usr/bin/git --version # timeout=10
10:47:02   > git --version # 'git version 2.35.0'
10:47:02  using GIT_ASKPASS to set credentials GitHub credentials
10:47:02   > /usr/bin/git fetch --tags --force --progress -- https://github.com/ilCatania/jenkins-git-no-tags.git +refs/heads/master:refs/remotes/origin/master # timeout=10
10:47:02   > /usr/bin/git config core.sparsecheckout # timeout=10
10:47:02   > /usr/bin/git checkout -f 61303e1fd2b21c5f59e390c792e423537ae275c3 # timeout=10
10:47:03  [Pipeline] // stage