Compare commits
10 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| befa84a789 | |||
| bed506a519 | |||
| a06989538c | |||
| dea89efca5 | |||
| 46224aac1d | |||
| b78d46c9f0 | |||
| d46e4eb89e | |||
| bc58551fee | |||
| 69790191f3 | |||
| d5de6dd54b |
+1
-1
@@ -1,3 +1,3 @@
|
|||||||
FROM nginx
|
FROM nginx
|
||||||
|
|
||||||
COPY . /usr/share/nginx/html
|
COPY ./index.html /usr/share/nginx/html/index.html
|
||||||
|
|||||||
Vendored
+2
-2
@@ -19,7 +19,7 @@
|
|||||||
def imageName = "registry.dev.osnawiki.de/${env.Repo.replace('https://gitea.dev.osnawiki.de/','').replaceFirst('/','#').replaceAll('/','').replace('#','-')}:${env.Branch.toLowerCase()}-${env.BUILD_NUMBER}"
|
def imageName = "registry.dev.osnawiki.de/${env.Repo.replace('https://gitea.dev.osnawiki.de/','').replaceFirst('/','#').replaceAll('/','').replace('#','-')}:${env.Branch.toLowerCase()}-${env.BUILD_NUMBER}"
|
||||||
imageName = imageName.replace('--','-')
|
imageName = imageName.replace('--','-')
|
||||||
echo "Baue Image ${imageName}"
|
echo "Baue Image ${imageName}"
|
||||||
//customImage = docker.build(imageName)
|
customImage = docker.build(imageName)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -28,7 +28,7 @@
|
|||||||
steps {
|
steps {
|
||||||
script {
|
script {
|
||||||
withDockerRegistry(credentialsId: 'registrycredentials', url: "https://registry.dev.osnawiki.de") {
|
withDockerRegistry(credentialsId: 'registrycredentials', url: "https://registry.dev.osnawiki.de") {
|
||||||
//customImage.push("latest")
|
customImage.push("latest")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
+3
-2
@@ -4,11 +4,12 @@
|
|||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
||||||
<title>HTML 5 template</title>
|
<title>ds test jenkins build</title>
|
||||||
<link rel="stylesheet" href="style.css">
|
<link rel="stylesheet" href="style.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
impressum
|
nur index.html im image<br>
|
||||||
|
update4
|
||||||
<script src="index.js"></script>
|
<script src="index.js"></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
Reference in New Issue
Block a user