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 {
stage('Configure environment') {
steps {
sh 'pacman -S jdk-openjdk maven git'
sh 'sudo pacman -S jdk-openjdk maven git'
}
}
stage('save-evironment') {