Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • C CNNArch2X
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
    • Locked files
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 1
    • Merge requests 1
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Container Registry
    • Terraform modules
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • monticore
  • EmbeddedMontiArcEmbeddedMontiArc
  • generators
  • CNNArch2X
  • Merge requests
  • !38

Change run condition for masterJobLinux

  • Review changes

  • Download
  • Patches
  • Plain diff
Merged Lukas Bram requested to merge ci_fix into master Nov 02, 2022
  • Overview 0
  • Commits 2
  • Pipelines 1
  • Changes 1

The previous condition skipped the job when there were changes in .gitignore, .gitlab-ci.yml or README.md. The result was that sometimes important changes in src were not deployed to the nexus, when they were accompanied by changes in one of these three files. This was probably not the intended behaviour, so now the job is skipped only when there are no changes in src, pom.xml or settings.xml. It is also possible to run the job manually through the web interface via the "Run Pipeline" Button.

@kusmenko Please run the pipeline once manually, to deploy the current version (0.4.13-SNAPSHOT) to the nexus.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: ci_fix