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