diff --git a/Jenkinsfile b/Jenkinsfile index 0e0b21efd..c97803635 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -37,7 +37,6 @@ stage('prep') { dir('target') { plugins = readFile('plugins.txt').split('\n') lines = readFile('lines.txt').split('\n') - lines = [lines[0], lines[-1]] // run PCT only on newest and oldest lines, to save resources stash name: 'pct', includes: 'pct.jar' lines.each {stash name: "megawar-$it", includes: "megawar-${it}.war"} } diff --git a/bom-weekly/pom.xml b/bom-weekly/pom.xml index be0d3b637..edb96c606 100644 --- a/bom-weekly/pom.xml +++ b/bom-weekly/pom.xml @@ -229,6 +229,11 @@ lockable-resources 2.16 + + org.jenkins-ci.modules + instance-identity + 116.vf8f487400980 + org.jenkins-ci.modules sshd diff --git a/pom.xml b/pom.xml index d28c09ff2..6defcc8f3 100644 --- a/pom.xml +++ b/pom.xml @@ -20,9 +20,6 @@ bom-weekly - bom-2.346.x - bom-2.332.x - bom-2.319.x sample-plugin diff --git a/prep.sh b/prep.sh index 052242b11..0550819f0 100755 --- a/prep.sh +++ b/prep.sh @@ -11,7 +11,6 @@ $MVN clean install ${SAMPLE_PLUGIN_OPTS:-} ALL_LINEZ=$( echo weekly - grep -F '.x' sample-plugin/pom.xml | sed -E 's, *(.+),\1,g' | sort -rn ) : "${LINEZ:=$ALL_LINEZ}" echo "${LINEZ}" >target/lines.txt diff --git a/sample-plugin/pom.xml b/sample-plugin/pom.xml index e8b3be536..4803d6726 100644 --- a/sample-plugin/pom.xml +++ b/sample-plugin/pom.xml @@ -539,28 +539,4 @@ - - - - 2.346.x - - 2.346.x - 2.346.1 - - - - 2.332.x - - 2.332.x - 2.332.4 - - - - 2.319.x - - 2.319.x - 2.319.3 - - -