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 {
agent {
docker { image 'node:17-alpine' }
}
agent any
stages {
stage('Build') {
steps {
echo "Running ${env.BUILD_ID} on ${env.JENKINS_URL}"
echo 'Building..'
sh 'docker info'
}
}
stage('Test') {