remove tests
This commit is contained in:
parent
8a97ad980d
commit
bea4ed6f76
8
Jenkinsfile
vendored
8
Jenkinsfile
vendored
@ -14,7 +14,7 @@ pipeline {
|
|||||||
stages {
|
stages {
|
||||||
stage('Setup') {
|
stage('Setup') {
|
||||||
steps {
|
steps {
|
||||||
echo 'Setting up test environment'
|
echo 'Setting up environment'
|
||||||
sh 'npm ci'
|
sh 'npm ci'
|
||||||
sh 'nodejs jenkins.js ${VERSION}'
|
sh 'nodejs jenkins.js ${VERSION}'
|
||||||
script {
|
script {
|
||||||
@ -22,12 +22,6 @@ pipeline {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('Testing') {
|
|
||||||
steps {
|
|
||||||
echo 'Running tests...'
|
|
||||||
sh 'npm test'
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
post {
|
post {
|
||||||
success {
|
success {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user