master #3

Closed
hellsos wants to merge 3 commits from master into feature/Feature-1
Showing only changes of commit 2822545273 - Show all commits

5
Jenkinsfile vendored
View File

@@ -1,14 +1,11 @@
pipeline { pipeline {
agent { agent any
docker { image 'node:17-alpine' }
}
stages { stages {
stage('Build') { stage('Build') {
steps { steps {
echo "Running ${env.BUILD_ID} on ${env.JENKINS_URL}" echo "Running ${env.BUILD_ID} on ${env.JENKINS_URL}"
echo 'Building..' echo 'Building..'
sh 'docker info'
} }
} }
stage('Test') { stage('Test') {