ium_495719/Jenkinsfile
PawelDopierala 3191d4a739 git next try
2024-03-27 01:19:18 +01:00

11 lines
189 B
Groovy

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