build with docker libs

This commit is contained in:
Kameron Kenny 2024-06-26 12:20:48 -04:00
parent b16e84a559
commit e47b588af0
No known key found for this signature in database
GPG Key ID: E5006629839D2276
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -16,7 +16,7 @@ pipeline {
stage('Build telegraf') {
steps {
script{
node {
docker.withRegistry('http://docker-registry1.in.thelinuxpro.net:5000')
def dockerfile = 'Dockerfile'
def telegrafImage = docker.build("telegraf:${env.BUILD_ID}", "-f ${dockerfile}")