git next try3

This commit is contained in:
PawelDopierala 2024-03-27 01:33:18 +01:00
parent 0c4ae69f9f
commit 00447f2f87

6
Jenkinsfile vendored
View File

@ -4,8 +4,10 @@ pipeline {
stages { stages {
stage('Stage 1') { stage('Stage 1') {
steps { steps {
sh 'rm -rf artifacts' git(
git 'https://git.wmi.amu.edu.pl/s495719/ium_495719.git' url: "https://git.wmi.amu.edu.pl/s495719/ium_495719.git",
branch: "main"
)
} }
} }
} }