Skip to content

Commit

Permalink
Merge pull request #16 from d-ylee/remove-old-references
Browse files Browse the repository at this point in the history
Removed additional references to d-ylee/jenkins-tests
  • Loading branch information
d-ylee authored Nov 8, 2024
2 parents 3b1baa0 + 8e5b4b9 commit 5c3f9bb
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion WMCore-Aggregate-Baseline/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ pipeline {
steps {
cleanWs()

git branch: 'main', poll: false, url: 'https://github.com/d-ylee/jenkins-test'
git branch: 'main', poll: false, url: 'https://github.com/dmwm/WMCore-Jenkins'

copyArtifacts filter: 'artifacts/nosetest*.xml',
fingerprintArtifacts: true,
Expand Down
2 changes: 1 addition & 1 deletion WMCore-PR-Report/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ pipeline {
steps {
cleanWs()

git branch: 'main', poll: false, changelog: false, url: 'https://github.com/d-ylee/jenkins-test'
git branch: 'main', poll: false, changelog: false, url: 'https://github.com/dmwm/WMCore-Jenkins'

sh '''
echo "$(TZ=GMT date): Job name is $JOB_NAME"
Expand Down
2 changes: 1 addition & 1 deletion WMCore-PR-pylint/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ pipeline {
stages {
stage('Setup') {
steps {
git branch: 'main', url: 'https://github.com/d-ylee/jenkins-test'
git branch: 'main', url: 'https://github.com/dmwm/WMCore-Jenkins'
sh '''
echo "Running WMCore-PR-pylint for ${ghprbPullId}"
echo "Setting up workspace directories"
Expand Down
2 changes: 1 addition & 1 deletion WMCore-PR-test/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ pipeline {
steps {
throttle(['DMWM-services']) {
node( 'cms-dmwm-el9' ) {
git branch: 'wmcore-pr-test', url: 'https://github.com/d-ylee/jenkins-test'
git branch: 'main', url: 'https://github.com/dmwm/WMCore-Jenkins'
sh '''
echo "$(TZ=GMT date): Job name is $JOB_NAME"
Expand Down
2 changes: 1 addition & 1 deletion WMCore-unittests-baseline/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ pipeline {
steps {
throttle(['DMWM-services']) {
node( 'cms-dmwm-el9' ) {
git branch: 'main', url: 'https://github.com/d-ylee/jenkins-test'
git branch: 'main', url: 'https://github.com/dmwm/WMCore-Jenkins'
sh '''
echo "$(TZ=GMT date): Job name is $JOB_NAME"
Expand Down
2 changes: 1 addition & 1 deletion docker/wmcore-dev/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ fi
pushd /home/cmsbld

# clone jenkins-test scripts
git clone https://github.com/d-ylee/jenkins-test
git clone https://github.com/dmwm/WMCore-Jenkins
popd

$@

0 comments on commit 5c3f9bb

Please sign in to comment.