Skip to content

Conversation

@chilikm4n
Copy link

@chilikm4n chilikm4n commented Nov 16, 2024

In Jenkins worker-pipe, the master and feature/workpipe when building outputs when building the master:

+ docker inspect -f . maven:3.9.8-sapmachine-21

error during connect: Get "https://docker:2376/v1.47/containers/maven:3.9.8-sapmachine-21/json": dial tcp: lookup docker on 127.0.0.11:53: server misbehaving

In the Jenkinsfile (both for master and feature/workpipe branches), the existing image should be changed to the one that is commented out otherwise the master can't be built:

pipeline { 
    agent{ 
       docker{ 
         image 'maven:3.9.8-sapmachine-21' // the image should only be 'maven:3.9.8'  
         args '-v $HOME/.m2:/root/.m2' 
       } 
    } 

chilikm4n and others added 30 commits November 15, 2024 11:09
created new file

Signed-off-by: chilikm4n <[email protected]>
Embeddable build status test

Signed-off-by: chilikm4n <[email protected]>
embedded build status

Signed-off-by: chilikm4n <[email protected]>
rm embeddable build status

Signed-off-by: chilikm4n <[email protected]>
corrected link?
Embeddable build statuss

Signed-off-by: chilikm4n <[email protected]>
embedded build status

Signed-off-by: chilikm4n <[email protected]>
unit test Embeddable Build Status

Signed-off-by: chilikm4n <[email protected]>
…ing Jenkinsfile, notes_repair to monitor and record steps
…e: refer to repair notes; test master fail, worker-pipe ok
Feature/workerpipe fix master branch
chiliphrosting and others added 30 commits November 20, 2024 10:49
… only included comments of that change, not part of the git commit from previous
lab9-1:cleanup results,vote//Jenkinsfile(s); result missing closing q…
…lab11

Feature/sonarqube maven25 nov24 lab11
…lab11

worker&vote/Jenskinfile added content
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants