Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rename WindowsUpdate.20240405.140257.035.1.etl to pipeline { agent { …
…node { label 'master' } } stages { stage('Compile') { parallel { stage('FD18') { steps { build 'test1' echo 'Je suis la' } } stage('FD24') { steps { echo 'Je suis Fedora 24' } } stage('FD26') { steps { echo 'Je suis Fedora 26' } } } } stage('Tests') { steps { echo 'Je suis tests' } } stage('deploy') { steps { echo 'Je suis deploy' } } } }Outil de DUMP d'un fichier MED V 2.1 1. Utilisation : mdump.out <foo> 2. Affichage du contenu d'un fichier MED : Pour un maillage donne : - noeuds - elements - familles - equivalences - resultats
- Loading branch information