This commit is contained in:
parent
81295a05b1
commit
91ee720f46
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
@ -1,9 +1,8 @@
|
||||
pipeline {
|
||||
agent any
|
||||
options { timestamps(); ansiColor('xterm') }
|
||||
stages {
|
||||
stage('Build') { steps { sh 'echo "Build..."' } }
|
||||
stage('Test') { steps { sh 'echo "Test..."' } }
|
||||
stage('Deploy'){ steps { sh 'echo "Deploy..."' } }
|
||||
}
|
||||
post { always { cleanWs() } }
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user