Fix jenkinsfile git repository url

This commit is contained in:
Mateusz Pieła 2024-03-10 21:53:31 +01:00
parent 34427e75a1
commit 9b52bddf0f

2
Jenkinsfile vendored
View file

@ -3,7 +3,7 @@ pipeline {
stages { stages {
stage('Checkout') { stage('Checkout') {
git branch: 'master',url: https://git.horizonnet.eu/mateusz/java-helloworld.git' git branch: 'master',url: 'https://git.horizonnet.eu/mateusz/java-helloworld.git'
} }
stage('Build') { stage('Build') {
steps { steps {