Skip to content

Commit

Permalink
Disable jenkins cache system until a functional system is in place.
Browse files Browse the repository at this point in the history
  • Loading branch information
LexManos committed Oct 17, 2021
1 parent f4a827a commit 11bdf59
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ pipeline {
agent {
docker {
image 'gradle:7-jdk16'
args '-v forgegc:/home/gradle/.gradle_cache/'
//args '-v forgegc:/home/gradle/.gradle_cache/'
}
}
environment {
Expand All @@ -34,13 +34,15 @@ pipeline {
)
}
}
/*
stage('pull_cache') {
steps {
sh 'cp -r /home/gradle/.gradle_cache/jdks/ /home/gradle/.gradle/jdks/'
sh 'cp -r /home/gradle/.gradle_cache/wrapper/ /home/gradle/.gradle/wrapper/'
sh 'cp -r /home/gradle/.gradle_cache/caches/ /home/gradle/.gradle/caches/'
}
}
*/
stage('setup') {
steps {
withGradle {
Expand Down

0 comments on commit 11bdf59

Please sign in to comment.