This commit is contained in:
Kamil Paprota 2020-04-03 13:53:23 +02:00
parent 1e1ca0e65e
commit eb749b70d3

2
Jenkinsfile vendored
View File

@ -4,8 +4,6 @@ pipeline {
stages {
stage('Hello') {
steps {
sh 'node --version'
sh 'svn --version'
echo 'Hello World'
echo 'Trigger Check'
checkout([$class: 'GitSCM', branches: [[name: '*/master']], doGenerateSubmoduleConfigurations: false, extensions: [], gitTool: 'Default', submoduleCfg: [], userRemoteConfigs: [[url: 'https://git.wmi.amu.edu.pl/s416267/s416267-mlworkshops']]])