This commit is contained in:
10
Jenkinsfile
vendored
10
Jenkinsfile
vendored
@@ -1,11 +1,11 @@
|
||||
pipeline {
|
||||
agent any
|
||||
stages {
|
||||
stage('Init') {
|
||||
steps {
|
||||
sh 'node --version'
|
||||
}
|
||||
}
|
||||
// stage('Init') {
|
||||
// steps {
|
||||
// sh 'node --version'
|
||||
// }
|
||||
// }
|
||||
stage('Build') {
|
||||
steps {
|
||||
echo "Running ${env.BUILD_ID} on ${env.JENKINS_URL}"
|
||||
|
||||
Reference in New Issue
Block a user