Skip to content

Commit

Permalink
Merge pull request #52 from jenkins-infra/dduportal-patch-1
Browse files Browse the repository at this point in the history
cleanup(all) Remove unused annotation from `Jenkinsfile`s
  • Loading branch information
dduportal authored Feb 21, 2023
2 parents 6fa4048 + f8b53f8 commit c40a540
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 12 deletions.
2 changes: 0 additions & 2 deletions artifactory-users-report/Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
@Library('pipeline-library@pull/348/head') _

def cronExpr = env.BRANCH_IS_PRIMARY ? '@hourly' : ''
def reportName = env.BRANCH_IS_PRIMARY ? 'artifactory-ldap-users-report.json' : "artifactory-ldap-users-report-${env.BRANCH_NAME}.json"

Expand Down
2 changes: 0 additions & 2 deletions fork-report/Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
@Library('pipeline-library@pull/348/head') _

def cronExpr = env.BRANCH_IS_PRIMARY ? '@daily' : ''
def reportName = env.BRANCH_IS_PRIMARY ? 'github-jenkinsci-fork-report.json' : "github-jenkinsci-fork-report-${env.BRANCH_NAME}.json"

Expand Down
2 changes: 0 additions & 2 deletions jira-users-report/Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
@Library('pipeline-library@pull/348/head') _

def cronExpr = env.BRANCH_IS_PRIMARY ? 'H H/2 * * *' : ''
def reportName = env.BRANCH_IS_PRIMARY ? 'jira-users-report.json' : "jira-users-report-${env.BRANCH_NAME}.json"

Expand Down
2 changes: 0 additions & 2 deletions maintainers-info-report/Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
@Library('pipeline-library@pull/348/head') _

def cronExpr = env.BRANCH_IS_PRIMARY ? '@daily' : ''
def reportName = env.BRANCH_IS_PRIMARY ? 'maintainers-info-report.json' : "maintainers-info-report-${env.BRANCH_NAME}.json"

Expand Down
2 changes: 0 additions & 2 deletions permissions-report/Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
@Library('pipeline-library@pull/348/head') _

def cronExpr = env.BRANCH_IS_PRIMARY ? '@daily' : ''
def reportName = env.BRANCH_IS_PRIMARY ? 'github-jenkinsci-permissions-report.json' : "github-jenkinsci-permissions-report-${env.BRANCH_NAME}.json"

Expand Down
2 changes: 0 additions & 2 deletions plugin-migration/Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
@Library('pipeline-library@pull/348/head') _

def cronExpr = env.BRANCH_IS_PRIMARY ? '@daily' : ''
def reportName = env.BRANCH_IS_PRIMARY ? 'jenkins-plugin-migration.html' : "jenkins-plugin-migration-${env.BRANCH_NAME}.html"

Expand Down

0 comments on commit c40a540

Please sign in to comment.