diff --git a/Jenkinsfile b/Jenkinsfile index ececf3ee..cd47379d 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -3,10 +3,8 @@ pipeline { stages { stage('checkout') { steps { - node(label: 'testing') { - git(url: 'https://github.com/EpochModTeam/Epoch.git', branch: 'experimental') - } - + fileExists 'DOESNOTEXIST.exe' + fileExists 'README.md' } } stage('release') {