Update Jenkinsfile
This commit is contained in:
23
Jenkinsfile
vendored
23
Jenkinsfile
vendored
@@ -1,15 +1,12 @@
|
|||||||
node {
|
pipeline {
|
||||||
try {
|
agent any
|
||||||
|
stages {
|
||||||
stage('Checkout'){
|
stage('Checkout') {
|
||||||
checkout scm
|
steps {
|
||||||
}
|
checkout scm
|
||||||
|
}
|
||||||
stage('Test'){
|
}
|
||||||
echo 'Building..'
|
|
||||||
}
|
|
||||||
}
|
|
||||||
catch (err) {
|
|
||||||
throw err
|
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user