Skip to content
Open

B1v1 #11

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
pipeline {

agent {
label 'docker'
}

stages {
stage('Checkout') {
steps {
git branch: 'main', url: 'https://github.com/simple-priv-trials/java-multi.git'
}
}

stage('Build') {
steps {
sh ' mvn clean install '
}
}
}
}
2 changes: 2 additions & 0 deletions \
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
webhook_trial
from ubuntu
1 change: 1 addition & 0 deletions multi
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
this is multi branch trial
2 changes: 1 addition & 1 deletion test
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Checking POLL SCM
Checking webhook
8 changes: 8 additions & 0 deletions webhook_trial
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
webhook_trial
from ubuntu - three
trial again - two
trial - threer
trial - fourrr
this is b3 - webhook tr 3 in multi
...
this is in b1v1