jenkinsfile
This commit is contained in:
parent
0708880f81
commit
9c5627ff0e
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
@ -2,8 +2,12 @@ pipeline {
|
|||||||
agent any
|
agent any
|
||||||
stages {
|
stages {
|
||||||
stage('Stage 1') {
|
stage('Stage 1') {
|
||||||
|
node {
|
||||||
|
checkout scm
|
||||||
|
stash 'source'
|
||||||
|
}
|
||||||
steps {
|
steps {
|
||||||
checkout: 'https://git.wmi.amu.edu.pl/s421818/s421818-mlworkshops'
|
echo 'Hello world!'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user