jenkinsfile scm
This commit is contained in:
parent
cccd792840
commit
aba8b4fc1e
12
Jenkinsfile
vendored
12
Jenkinsfile
vendored
@ -1,8 +1,10 @@
|
|||||||
node {
|
pipeline {
|
||||||
stage('Hello') {
|
agent any
|
||||||
echo "Hello"
|
stages {
|
||||||
|
stage("Check out from version control") {
|
||||||
|
steps {
|
||||||
|
checkout scm
|
||||||
|
}
|
||||||
}
|
}
|
||||||
stage('Goodbye') {
|
|
||||||
echo 'Time to say goodbye!'
|
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user