-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge commit 'ca96fdc0b59e27c3bd51baca8034c24bc347ae89' into feature-…
…openmp * commit 'ca96fdc0b59e27c3bd51baca8034c24bc347ae89': (58 commits) Arte 2D ready for use Revert "Merge pull request #96 from UG4/95-avoid-slicing" Member variable m_passOnBehaviour now moved to abstract base. Menat to avoid slicing. NULL => nullptr Some cosmetics to the previous bug fix. Note that the bug fix is due to Shuai Lu. Bug fix: The bug prevented the subset handlers to be registered in the domain. Protecting LUA specific. An auxiliary function to check if a point is in a bounding box. Tools for conversion of different Lua types to ConstUserData objects. Add every status in PBS scheduler static asserts auskommentiert additional help classes for arte implementation Übertragen von arte24 auf master vorbereiten empty function to allow Jenkins to be successful removed static_asserts and other compiler warning reasons Bug fix: Releasing set but not cleared ip's in the local discretizations. ToDo: Should this be also done for the error estimators? Introducing the object names for the userdata class. This is a debugging facility. Restoring master version Revert "Merge branch 'master' into arte-merge" Fixing Out-of-line definition ...
- Loading branch information
Showing
22 changed files
with
9,225 additions
and
81 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,24 @@ | ||
name: Trigger Jenkins CI | ||
|
||
# Controls when the workflow will run | ||
on: | ||
# Triggers the workflow on push or pull request events but only for the main branch | ||
push: | ||
branches: [ master ] | ||
pull_request: | ||
branches: [ master ] | ||
|
||
# A workflow run is made up of one or more jobs that can run sequentially or in parallel | ||
|
||
jobs: | ||
# This workflow contains a single job called "build" | ||
build: | ||
name: Build | ||
trigger-jenkins-job: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Trigger jenkins job | ||
uses: anaegel/jenkins-githubaction@master | ||
- id: triggerjenkinsjob | ||
uses: mickeygoussetorg/trigger-jenkins-job@v1 | ||
with: | ||
url: ${{ secrets.JENKINS_URL }} | ||
job_name: ug-build-pipeline | ||
username: ${{ secrets.JENKINS_USER }} | ||
api_token: ${{ secrets.JENKINS_TOKEN }} | ||
timeout: "3600" | ||
interval: "300" | ||
jenkins-server: ${{ secrets.JENKINS_URL }} # URL of the jenkins server. ex: http://myjenkins.acme.com:8080 | ||
jenkins-job: "ug-build-pipeline" # The name of the jenkins job to run | ||
jenkins-username: ${{ secrets.JENKINS_USER }} # user name for accessing jenkins | ||
jenkins-pat: ${{ secrets.JENKINS_TOKEN }} # personal Access token for accessing Jenkins | ||
poll-time: 90 # how often (seconds) to poll the jenkins server for results | ||
timeout-value: 3600 # How long (seconds) to poll before timing out the action | ||
verbose: true # true/false - turns on extra logging |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.