ium_495719/Jenkinsfile
PawelDopierala a503fbe86e testt
2024-03-27 01:13:04 +01:00

11 lines
194 B
Groovy

pipeline {
agent any
stages {
stage('Stage 1') {
steps {
git url: "https://git.wmi.amu.edu.pl/s495719/ium_495719.git"
}
}
}
}