Add of Jenknis File and setup repo
This commit is contained in:
16
Jenkinsfile
vendored
Normal file
16
Jenkinsfile
vendored
Normal file
@ -0,0 +1,16 @@
|
||||
pipeline {
|
||||
agent any
|
||||
|
||||
stages {
|
||||
stage('Testing Express Node JS') {
|
||||
steps {
|
||||
echo "Testing Neutral"
|
||||
}
|
||||
}
|
||||
stage('Deploy Neutral') {
|
||||
steps {
|
||||
echo "Deploying Neutral"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user