Skip to content

Commit

Permalink
Update Jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
youfanx committed Mar 25, 2024
1 parent 64b816c commit ef3bc7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ pipeline {
sh 'echo "$SU_USR : $SU_PWD"'
}
container ('maven') {
sh 'mvn -B -Dmaven.test.skip=true -Dgpg.skip=true clean install -pl rxlib -am'
sh 'mvn -B -Dmaven.test.skip=true -Dgpg.skip=true clean install -pl rxlib-x -am'
}
}
}
Expand Down

0 comments on commit ef3bc7e

Please sign in to comment.