Add new file
This commit is contained in:
18
jenkinsfile
Normal file
18
jenkinsfile
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