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