c
All checks were successful
internetmastercz/test/pipeline/head This commit looks good

This commit is contained in:
2021-10-20 02:24:23 +02:00
parent 890532de63
commit 4483c2a05a

10
Jenkinsfile vendored
View File

@@ -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}"