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