Compare commits

...

10 Commits

Author SHA1 Message Date
49e38f06dd OP#484 try adding the prep_threshold 2026-03-13 16:12:14 +01:00
4afca455e9 OP#459 update Readme 2026-02-24 18:59:31 +01:00
08b67f59b2 re-disable pushes to gitea 2026-02-24 01:27:32 +01:00
0c2f23d963 re-disable pushes to gitea 2026-02-24 00:52:35 +01:00
fc5032ab20 re-enable pushes to gitea 2026-02-24 00:48:43 +01:00
a627d30dae add more options 2026-02-24 00:47:32 +01:00
d65719f474 disable pushing image to gitea for now 2026-02-23 21:48:36 +01:00
3239de967f disable pushing image to gitea for now 2026-02-23 21:41:31 +01:00
929846c7b5 switch to sourcecode.confdroid.com 2026-02-23 20:40:01 +01:00
8d4232fae6 switch to sourcecode.confdroid.com 2026-02-23 20:37:28 +01:00
2 changed files with 7 additions and 5 deletions

8
Jenkinsfile vendored
View File

@@ -1,7 +1,5 @@
pipeline { pipeline {
agent { agent any
label 'puppet'
}
post { post {
always { always {
@@ -58,9 +56,9 @@ stage('build and push image to gitlab') {
set +xe set +xe
docker login sourcecode.confdroid.com -u $un -p $pw docker login sourcecode.confdroid.com -u $un -p $pw
docker build --network=host -t sourcecode.confdroid.com/confdroid/confdroid_pgbouncer:1.1.4 . docker build --network=host -t sourcecode.confdroid.com/confdroid/confdroid_pgbouncer:1.1.4 .
docker build --network=host -t sourcecode.confdroid.com/confdroid/confdroid_pgbouncer:latest .
docker push sourcecode.confdroid.com/confdroid/confdroid_pgbouncer:1.1.4 docker push sourcecode.confdroid.com/confdroid/confdroid_pgbouncer:1.1.4
#docker push sourcecode.confdroid.com/confdroid/confdroid_pgbouncer:latest docker build --network=host -t sourcecode.confdroid.com/confdroid/confdroid_pgbouncer:latest .
docker push sourcecode.confdroid.com/confdroid/confdroid_pgbouncer:latest
''' '''
} }
} }

View File

@@ -1,6 +1,10 @@
# README # README
[![Build Status](https://jenkins.confdroid.com/buildStatus/icon?job=confdroid_pgbouncer)](https://jenkins.confdroid.com/job/confdroid_pgbouncer/) [![Build Status](https://jenkins.confdroid.com/buildStatus/icon?job=confdroid_pgbouncer)](https://jenkins.confdroid.com/job/confdroid_pgbouncer/)
[![Security Hotspots](https://sonarqube.confdroid.com/api/project_badges/measure?project=confdroid_pgbouncer&metric=security_hotspots&token=sqb_14b3b9e1feb1a04243c8e2bbef2a7db64824068a)](https://sonarqube.confdroid.com/dashboard?id=confdroid_pgbouncer)
- [README](#readme)
- [Purpose](#purpose)
# Purpose # Purpose