Update Jenkinsfile

This commit is contained in:
Mihai Georgescu 2023-11-28 11:47:16 +02:00 committed by GitHub
parent acd9056e72
commit 89b112d701
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

3
Jenkinsfile vendored
View file

@ -1,5 +1,8 @@
pipeline {
agent any
environment {
DOCKERHUB_CREDENTIALS = credentials('mihaivalentingeorgescu-dockerhub')
}
stages {
stage('Checkstyle') {
steps {