This commit is contained in:
Edouard DUPIN 2023-01-10 00:07:08 +01:00
parent 74102aaacc
commit 3967bdd3a0

View File

@ -19,7 +19,7 @@ pipeline {
stages { stages {
stage('Configure environment') { stage('Configure environment') {
steps { steps {
sh 'pacman -S jdk-openjdk maven git' sh 'sudo pacman -S jdk-openjdk maven git'
} }
} }
stage('save-evironment') { stage('save-evironment') {