Skip to content
Success

Console Output

Started by user Michele Scuttari
[Pipeline] Start of Pipeline
[Pipeline] node
Running on x86_64-ubuntu-22.04 in /home/jenkins-agent/workdir/workspace/marco-docs
[Pipeline] {
[Pipeline] isUnix
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
+ docker inspect -f . ghcr.io/marco-compiler/marco-debian-12-dev:latest
.
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] withDockerContainer
x86_64-ubuntu-22.04 does not seem to be running inside a container
$ docker run -t -d -u 1006:1006 -w /home/jenkins-agent/workdir/workspace/marco-docs -v /home/jenkins-agent/workdir/workspace/marco-docs:/home/jenkins-agent/workdir/workspace/marco-docs:rw,z -v /home/jenkins-agent/workdir/workspace/marco-docs@tmp:/home/jenkins-agent/workdir/workspace/marco-docs@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ghcr.io/marco-compiler/marco-debian-12-dev:latest cat
$ docker top 941c7e788dd04ad21797e74bf633c125ffb9e074026c261f00b573850aaae840 -eo pid,comm
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Checkout)
[Pipeline] git
The recommended git tool is: git
No credentials specified
Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@32f083d6; decorates RemoteLauncher[hudson.remoting.Channel@57f239b5:x86_64-ubuntu-22.04] will be ignored (a typical symptom is the Git executable not being run inside a designated container)
Cloning the remote Git repository
Cloning repository https://github.com/marco-compiler/marco.git
 > git init /home/jenkins-agent/workdir/workspace/marco-docs # timeout=10
Fetching upstream changes from https://github.com/marco-compiler/marco.git
 > git --version # timeout=10
 > git --version # 'git version 2.34.1'
 > git fetch --tags --force --progress -- https://github.com/marco-compiler/marco.git +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
Checking out Revision 7cc206de7ecc12c8a0b5eee04f07eee2f0629739 (refs/remotes/origin/master)
 > git config remote.origin.url https://github.com/marco-compiler/marco.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 7cc206de7ecc12c8a0b5eee04f07eee2f0629739 # timeout=10
 > git branch -a -v --no-abbrev # timeout=10
 > git checkout -b master 7cc206de7ecc12c8a0b5eee04f07eee2f0629739 # timeout=10
Commit message: "Publish Docker development images"
First time build. Skipping changelog.
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
$ docker stop --time=1 941c7e788dd04ad21797e74bf633c125ffb9e074026c261f00b573850aaae840
$ docker rm -f --volumes 941c7e788dd04ad21797e74bf633c125ffb9e074026c261f00b573850aaae840
[Pipeline] // withDockerContainer
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline
Finished: SUCCESS