liczymy
This commit is contained in:
parent
1e1ca0e65e
commit
eb749b70d3
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -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']]])
|
||||
|
Loading…
Reference in New Issue
Block a user