Console Output
The recommended git tool is: NONE
Warning: CredentialId "" could not be found.
Cloning the remote Git repository
Cloning repository https://septiapermana:glpat-aIUT8XSoRuETRlC1yhswjWM6MQpvOjEKdTo2MnJkDg.01.160fhtw6k@gitlab.com/septiapermana/garasiku.git
> git init /root/.jenkins/workspace/garasiku-deploy # timeout=10
Fetching upstream changes from https://septiapermana@gitlab.com/septiapermana/garasiku.git
> git --version # timeout=10
> git --version # 'git version 2.43.0'
> git fetch --tags --force --progress -- https://septiapermana:glpat-aIUT8XSoRuETRlC1yhswjWM6MQpvOjEKdTo2MnJkDg.01.160fhtw6k@gitlab.com/septiapermana/garasiku.git +refs/heads/*:refs/remotes/origin/* # timeout=10
> git config remote.origin.url https://septiapermana:glpat-aIUT8XSoRuETRlC1yhswjWM6MQpvOjEKdTo2MnJkDg.01.160fhtw6k@gitlab.com/septiapermana/garasiku.git # timeout=10
> git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
Seen branch in repository origin/develop
Seen branch in repository origin/master
Seen 2 remote branches
> git show-ref --tags -d # timeout=10
Checking out Revision b39a1d6565edc0a5bf0e050f288e8f7fb2d54e9d (origin/develop)
> git config core.sparsecheckout # timeout=10
> git checkout -f b39a1d6565edc0a5bf0e050f288e8f7fb2d54e9d # timeout=10
Commit message: "Add Jenkinsfile for CI/CD pipeline"