Update jenkinsfile
This commit is contained in:
18
Jenkinsfile
vendored
Normal file
18
Jenkinsfile
vendored
Normal file
@@ -0,0 +1,18 @@
|
||||
node('node') {
|
||||
try {
|
||||
|
||||
stage('Checkout'){
|
||||
|
||||
checkout scm
|
||||
}
|
||||
|
||||
stage('Test'){
|
||||
steps {
|
||||
echo 'Building..'
|
||||
}
|
||||
}
|
||||
}
|
||||
catch (err) {
|
||||
throw err
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user