Skip to content
Merged

B3 #3

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
9 changes: 6 additions & 3 deletions Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
pipeline {

agent {
label 'docker'
}

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

Expand All @@ -13,5 +17,4 @@ pipeline {
}
}
}
}

}
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
1 change: 1 addition & 0 deletions webhook_trial
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ from ubuntu - three
trial again - two
trial - threer
trial - fourrr
this is b3 - webhook tr 3 in multi