diff --git a/Jenkinsfile b/Jenkinsfile new file mode 100644 index 0000000..a16cf3d --- /dev/null +++ b/Jenkinsfile @@ -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 ' + } + } + } +} diff --git "a/\\" "b/\\" new file mode 100644 index 0000000..0f55f8d --- /dev/null +++ "b/\\" @@ -0,0 +1,2 @@ +webhook_trial +from ubuntu diff --git a/multi b/multi new file mode 100644 index 0000000..98c0339 --- /dev/null +++ b/multi @@ -0,0 +1 @@ +this is multi branch trial diff --git a/test b/test index eb58ad5..38fa221 100644 --- a/test +++ b/test @@ -1 +1 @@ -Checking POLL SCM +Checking webhook diff --git a/webhook_trial b/webhook_trial new file mode 100644 index 0000000..002231c --- /dev/null +++ b/webhook_trial @@ -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