forked from adam/discord-bot-shtik
once i figure out jenkins secrets, this'll be useful
This commit is contained in:
parent
ef31418166
commit
2dd9e903db
8
Jenkinsfile
vendored
8
Jenkinsfile
vendored
@ -13,5 +13,13 @@ pipeline {
|
||||
archiveArtifacts artifacts: 'bin/Release/net7.0/linux-x64/publish/*'
|
||||
}
|
||||
}
|
||||
stage('Deploy'){
|
||||
when{
|
||||
branch "release"
|
||||
}
|
||||
steps{
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user