Update Jenkinsfile

This commit is contained in:
Marija Stopa 2025-01-17 12:09:58 +01:00 committed by GitHub
parent afb55121bb
commit ce77562a4e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

3
Jenkinsfile vendored
View file

@ -1,5 +1,8 @@
pipeline {
agent any
tools {
maven 'Maven 3' // Global Tool Configuration
}
environment {
DOCKERHUB_USERNAME = credentials('dockerhub')
DOCKERHUB_PASSWORD = credentials('dockerhub')